downloadFile Method
Table of Contents
Purpose
You can use this method to download files from CRM to your system.
Request URL
XML Format:
https://crm.zoho.com/crm/private/xml/Leads/downloadFile?authtoken=Auth Token&scope=crmapi&id=Attachment Id
JSON Format:
https://crm.zoho.com/crm/private/json/Leads/downloadFile?authtoken=Auth Token&scope=crmapi&id=Attachment Id
Request Parameters
| Parameter | Data Type | Description |
| authtoken* | String | Encrypted alphanumeric string to authenticate your Zoho credentials. |
| scope* | String | Specify the value as crmapi |
| id* | String | Specify unique ID of the attachment |
* - Mandatory parameter
Important Note:
- Your program can request up to 60 downloadFile calls per min. If API User requests more than 60 calls/min, system will block the API access for 5 min.
- You can download files only from the Attachments section of the Record Details Page.