Pagesize
Specifies the maximum number of results to return per page when retrieving data from Xero. This property controls pagination behavior during data queries, improving performance and controllability of result sets.
Data Type
int
Default Value
100
Remarks
This property defines how many records are returned per page in responses from Xero. It is particularly important when working with endpoints in the Accounting schema that support paginated responses. The default value of 100 is fine for the majority of cases.
Allowed values are 1 to 1000. If a value greater than 1000 is specified, the value is automatically capped at 1000 by the driver.
Choose a value appropriate for your performance and data retrieval needs.