I have a xero tenant with 6000 clients; how do I get all the custom fields for all the clients without going over the 5000 api call limit? See https://developer.xero.com/documentation/oauth2/limits
The original api calls are for the WorkflowMAX api:
- staff.api/list
- client.api/list?detailed=true
- client.api/get/nnnn/customfield where nnnn is the client id from the previous api call.
We have had this working without problems using the standard WorkflowMAX urls, as we respected the 30 second delay before retrying the rate limited request.