DownloadAllFileAttachmentsOfAResource
Download all file attachments of a specific instance of a resource.
Input
Name | Type | Required | Description |
ObjectName | String | True | Object name for which you have to upload the file attachment.
The allowed values are incidents, answers, answerVersions, contacts, opportunities, organizations, tasks. |
ObjectId | Long | True | Id of object instance. |
DownloadLocation | String | True | Download location. For example: C:\Report.tgz |
Encoding | String | False | The FileData input encoding type.
The allowed values are NONE, BASE64. The default value is BASE64. |
Result Set Columns
Name | Type | Description |
Status | String | Execution status of the stored procedure |
FileData | String | The FileData output |