Write, Bureaucrats, Administrators
3,265
edits
Line 9: | Line 9: | ||
To be OData compliant, most [[Endpoints]] are paged such that a single request returns a set number of records. When retrieving data, your [[OData Client]] must make multiple requests to download all the data. | To be OData compliant, most [[Endpoints]] are paged such that a single request returns a set number of records. When retrieving data, your [[OData Client]] must make multiple requests to download all the data. | ||
For [[MYOB]], most [[Endpoints]] are paged | For [[MYOB Models]], most [[MYOB Endpoints|endpoints]] are paged at 100 records per page. This is determined by the [[MYOB API]]. | ||
For [[Xero]], most [[Endpoints]] are paged | For [[Xero Accounting Models]], most [[Xero Accounting Endpoints|endpoints]] are paged at 100 records per page. This is determined by the [[https://developer.xero.com/documentation/api/accounting/overview Xero Accounting API]]. | ||
For [[Xero Payroll (Australia) Models]], most [[Xero Payroll (Australia) Endpoints|endpoints]] are paged at 100 records per page. This is determined by the [[https://developer.xero.com/documentation/api/payrollau/overview Xero Payroll (Australia) API]]. | |||
For [[Xero Projects Models]], most [[Xero Projects Endpoints|endpoints]] are paged at 50 records per page. This is determined by the [[https://developer.xero.com/documentation/api/projects/overview Xero Projects API]]. | |||