Zoho Analytics API Call With Pagination
Zoho Analytics API Call With Pagination
Hi,
I have fetched data successfully from zoho analytics using
https://analyticsapi.zoho.com/restapi/v2/workspaces/<workspace_id>/views/<view_id>/data
? with a thrid-party tool postman. But i wanna know if i can use pagination with this api, like can i fetch the first 10 or to a limit?
Things I Tried And Didn't Work:
- adding limit as parameter :
https://analyticsapi.zoho.com/restapi/v2/workspaces/<workspace_id>/views/<view_id>/data
?limit=1
- Using criteria, but i have failed find the first syntax for this.