The limit parameter is used to control the number of results returned per API request, not the maximum number of total results. The Pager will continue to make additional API requests until the entire record set is exhausted.
For example, if you have a total of 100 subscriptions and you specify a limit of 100, a single API request will return all 100 records. However, if you specify a limit of 50, two separate API requests will be required to consume all of the records.
Comments
0 comments
Please sign in to leave a comment.