Add page size/limit to paging GET requests
It would be useful to be able to specify the page size when executing paging requests for the various API GET resources. Currently, the page size is 100, but can't be changed. The issue is that 100 records can still be a long callout if that includes related information.
Being able to do something like:
/Invoices?page=1&pageSize=50
Or similar would be handy!

Hey Guys
The default page size is 100, with a maximum of 1000 and a minimum of 1. If users set a value outside the supported range, we automatically adjust it to the nearest supported page size.
https://developer.xero.com/documentation/api/accounting/requests-and-responses
-
Daniel Williams commented
So does Xero ever make any improvements to the API? Or is this forum pointless? Because this is a great idea which I would benefit from.
-
Mikail commented
I need this feature too