Hello. I am using V3 of API. When pulling contacts I only want new contacts. I am using id_greater query parameter. It does not seem to filter - pulls all customers.
I have tried some of the others - listid=x and email_like and they seem to work.
Is this syntax correct - this is what is in the documentation.
/api/3/contacts?id_greater=13169
Thanks
Steve
Hey Steve (cpnetwork),
Biannca here from our CX team, sorry we missed this when it was originally published.
In the spirit of providing insight on this question, for best performance, we recommend sorting using orders[id]=ASC
parameter and then using the id_greater
parameter to paginate as mentioned in the endpoint.
Please don’t hesitate to reply back out if you have any further questions.