AdobeDocs/analytics-2.0-apis

Pagination limit not specified

Closed this issue · 1 comments

In the pagination section I can't find these details:

  • what is the "limit" set by default if not specified in the request?
  • what is the max number the user the specify in the "settings.limit" field? (1k, 5k, 10k...)

Thanks

https://github.com/AdobeDocs/analytics-2.0-apis/blob/master/reporting-guide.md#paginating-reports

@angeli-adobe The default limit is 50. MAX_LIMIT = 50000. I'll add those to the docs.