Download Bulk Read Result
Purpose
To download the bulk read job as a CSV file. The file needs to be in .zip format. Extract it to get the CSV file.
Request Details
Request URL
https://<base_url>/api/bulk/v2/<account_owner_name>/<app_link_name>/report/<report_link_name>/read/<job_id>/result
where job_id is the unique ID of the bulk read job.
Header
Key | Value | Description |
Authorization | Zoho-oauthtoken 1000.8cb99dxxxxxxxxxxxxx9be93.9b8xxxxxxxxxxxxxxxf | An authentication token (authtoken) allows users to access apps and APIs without having to enter their login credentials each time. |
Scope
scope=ZohoCreator.bulk.READ
where,
base_url | the base URL of your AppCreator account For example, the base URL is either https://host_name:port_number (learn more) or appcreatordemo.manageengine.com (hostname of the server where ManageEngine AppCreator is running).. |
account_owner_name | the username of the AppCreator account's owner |
app_link_name | the link name of the target application |
report_link_name | the link name of the target report |
read | name of the operation performed |
job_id | unique ID of the bulk read job. |
Request method
GET
Response Header
recordCursor - To be used in the subsequent requests(Valid for 15mins)
Sample Result
CSV
Note
- When you’re fetching batches of records and have reached the last batch, the record_cursor will not be received in the last batch. For example, if you are fetching five hundred thousand records in two batches of two hundred thousand records and one batch of one hundred thousand records (last batch), the record_cursor will not be received in the last batch of one hundred thousand records.
Sample Request
Copiedcurl "https://creator.zoho.com/api/bulk/v2/jason18/zylker-store/report/All_Orders/read/{0}/result"
-X GET
-H "Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxxxxxxx9be93.9b8xxxxxxxxxxxxxxxf"