Changes to the Reports endpoint pagination
about 1 year ago by Donovan Cowie
After 2 October 2023, any requests made to the /Reports API endpoint that specify a page size other than 20,000 will return a page size of exactly 20,000 records. If any of your integrations with the /Reports API specifies a page size less than 20,000, we recommend either of the following updates:
- Specify a
PageSize
of 20,000. - Remove the
PageSize
parameter from the request altogether.