When generating a report by calling "/reports/email_reports/" endpoints, there is a _link that appends to pull the next chunk from the server. What is the proper way to use this in a Rest call?
Thank you for reaching out to Constant Contact API Developer Support, and for your patience. My team is here to assist outside software developers with questions about building into Constant Contact's API.
Our API returns results in a paginated output. The response will include a URL that you then make another call to in order to get the next page of data. You would do this until you no longer get a "next" url.
Please see this page in our documentation for details:
https://v3.developer.constantcontact.com/api_guide/v3_technical_overview.html#paginated-output
Announcements
Join our list to be notified of new features and updates to our V3 API.
Sign Up