Hello,
I am encountering an error while paging through the Zoho Desk API results:
Status code: 422 - {"errorCode":"UNPROCESSABLE_ENTITY","message":"The value passed for field 'from' exceeds the range of '0-4999'."}
Is 5000 the maximum number of records I can page through with a single API call sequence? Is there any workaround to fetch more records using the API?
Thank you.