Hey,
I am using the GET request method of Contacts Collection Endpoint as stated in the following doc:
http://developer.constantcontact.com/docs/contacts-api/contacts-collection.html?method=GET
Currently, if the limit is specified as a paramter in the request, the response returns the results within the limit and gives a pagination link to the next result set.
Is there any way i could get the entire resultset of contacts using the API. Bascially, i dont want a paginated list but the entire result set.
Thanks.
Hello First-NameL6081,
The pagination limit of 500 cannot be removed or increased. We've found that this limit helps keep the response time and sizes within a level that provides the best possible user experience.