[v11] Changes to the Reports endpoint pagination
 about 2 years 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 PageSizeof 20,000.
- Remove the PageSizeparameter from the request altogether.