retrieve all items via api with scope

retrieve all items via api with scope

Hey guys,

Because I have too many inactive items with the same names (+ myID) & you don't have a preference for "ignore inactive items" I have to retrieve all of the items & process them myself in Google Sheets. The problem I'm having is with the api scope!

Hope you can enlighten me on the correct syntax so I can get the max retrievable - 200 records & then get the next lot until I have all of the records - 4000+ ....

var url = ' https://books.zoho.com/api/v3/items/?authtoken=' + token + "&scope=&fromIndex=500&toIndex=520";

This just gets records from 1 to 200 - what am I doing wrong ??