Issue
At this moment one request returns 10 list objects. So how can I get all lists from API v3.0 or is it even possible? I don't see cursor_next or anything like that in the response I got from API.
I'm speaking about this endpoint: http://kb.mailchimp.com/api/resources/lists/lists-collection
Solution
Not sure how this can be so hard, but I didn't found this information from MailChimp API v3.0. Instead some project in github adviced me what to do..
So the answer: Pagination in API v3.0 is always done with count and offset
Answered By - lehtu Answer Checked By - Candace Johnson (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.