List Contacts created or modified since date

Hi,

I 've been trying to use GET /contacts to fetch contacts updates (all new or updated contacts since datetime). There is the search param that we could probably use . How such search command should look like?



I found that there is also orderBy param for GET /contacts, can this one be used with dateModified field to achive the same goal (through polling)?

Hi,
I 've been trying to use GET /contacts to fetch contacts updates (all new or updated contacts since datetime). There is the search param that we could probably use . How such search command should look like?

I found that there is also orderBy param for GET /contacts, can this one be used with dateModified field to achive the same goal (through polling)?