Paged data from Inventory using Creator api: how to get?

Paged data from Inventory using Creator api: how to get?

According to Get Records from Zoho Inventory, data from Inventory is paged and has a default page size of 200 matching the behaviour seen in Get Records from Zoho CRM but where as the call for CRM allows you to supply paging information to get subsequent pages but the call for Inventory does not.

Seeing as the response is being limited to 200 results, how can we make a call from Creator to get subsequent pages? If we ever have more than 200 items matching a call we'll need to interrogate the page context and make calls till we have everything.