Get Backup URLs
Purpose
To fetch the download URLs of the latest scheduled backup.
Request URL
https://www.zohoapis.com/crm/bulk/v2/backup/urls
Request Method
GET
Scope
scope=ZohoCRM.bulk.backup.ALL
(or)
scope=ZohoCRM.bulk.backup.READ
Possible operation types |
---|
ALL - Full access to backup data READ - Fetch information about a scheduled backup |
Response Structure
Attribute | Data Type | Description |
---|---|---|
data_links | URL | The download URL of the scheduled backup that contains module-specific data (individual CSVs) of the fields, module metadata, and the record images. Example: "https://download-accl.zoho.com/v2/crm/123456789/backup/3652397000001763003/Data_001.zip". Here, 123456789 is the unique ID (zgid) of the org whose data you have backed up, 3652397000001763003 is the ID of the backup job, and Data_001.zip is the file name. |
attachment_links | URL | The download URL of the scheduled backup that contains all the attachments of records in all the modules. Example: "https://download-accl.zoho.com/v2/crm/123456789/backup/3652397000001763003/Attachments_001.zip". Here, 123456789 is the unique ID (zgid) of the org whose data you have backed up, 3652397000001763003 is the ID of the backup job, and Attachments_001.zip is the file name. |
expiry_date | DateTime | The date and time in the ISO 8601 format, after which the download URLs expire. The time zone si the current user's time zone. |
Possible Errors
HTTP Status | Error Code | Message | Reason |
---|---|---|---|
204 | NO_CONTENT | -- | You have not scheduled any backup. |
403 | NO_PERMISSION | permission denied | You do not have the permission to view/download a backup. Users with Administrator profile only can schedule/view/download a backup. |