Zoho WorkDrive API - Pagination not working for Get list of files and folders (/api/v1/files/<id>/files)
Zoho WorkDrive API - Pagination not working for Get list of files and folders (/api/v1/files/<id>/files)
I'm not clear as to how to enter pagination parameters for Zoho WorkDrive (get files). (I don't think it matters but I'm using Postman.)
In the documentation it states:
Note
: For pagination - We can pass below query parameters with
encoded
url.
page[offset]=0,50,100...
page[limit]=50
filter[type]=all
I've tried many different methods including:
https://workdrive.zoho.com/api/v1/files/abc123abc123abc123abc123/files?offset=0&limit=50&type=all
https://workdrive.zoho.com/api/v1/files/abc123abc123abc123abc123/files?offset%3D0%26limit%3D50%26type%3Dall