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.
... View more