Pagination in Zoho Analytics V2 bulk API
Dear Zoho Analytics developers!
I am creating a job, then I use the link "
https://<ZohoAnalytics_Server_URI>/restapi/v2/bulk/workspaces/<workspace-id>/exportjobs/<job-id>/data" to get the report.Everything works fine, but some reports are so HUGE that my application crashes with the "Out of Memory" error.
Is there any way to get the report using pagination? Please help.
Thank you!