How to get all the items in Zoho inventory?

How to get all the items in Zoho inventory?

I'm currently attempting to get every item from Zoho inventory since it appears that the default call only gets 200 records. The problem is that the only way I could find to get more than 200 records is in CRM but I couldn't find any way to get more than 200 records in inventory. So is there a way I can do that? Here's my normal API call to list out all the items. 

  1. testRecord = invokeurl
  2. [
  3. url :"https://inventory.zoho.com/api/v1/items?organization_id=829174396"
  4. type :GET
  5. connection:"inventory"
  6. ];