uncategorized
blackbull at July 27th, 2016 06:38 — #1
I am trying to update 4000 contacts. In order to do that I have been trying to do a "get all contacts for team", but every time I get limited by pages, or something else.
Is is possible to get all contacts for a team in a single request? Or get all the contacts owned by each user? I am using the python client.
Using the web client to test request, I haven't been able to get more than 10 contacts for a single request. Any advice is welcome
liam at August 8th, 2016 08:15 — #2
Hello,
I'm very sorry for the late response, I somehow managed to miss your post.
Our API is paginated, as a request for 4000 contacts would take too long, take up database resources, and likely make the connection time out to clients. You can get a max of 100 contacts per request, and then you can simply cycle through all of these pages one at a time. Please see these pagination request params for details.
I hope this helps and wasn't too late,
Kind regards,
Liam
Powered by Discourse, best viewed with JavaScript enabled