Pagination

The page size limit is 5000 for all the endpoints. The following endpoints have no limits as of now:

  • The whole Reports module
  • /finance/{version}/accounts/aggregate-pairs-daily
  • /finance/{version}/accounts/aggregate-daily
  • /finance/{version}/accounts/aggregate
  • /finance/{version}/accounts/export
  • /finance/{version}/accounts/export-daily
  • /finance/{version}/accounts/export-gross-daily

We recommend you always specify the pageSize so that you know how many items to expect.

You should be prepared to get limited results from requests that are paginated. For the transition, you could compare the count with the count of the returned items. In case they differ, you should continue calling the same endpoint for the next pages until you receive a 204 status code.