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.
使用できる値は次のとおりです。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.
使用できる値は次のとおりです。NONE, BASE64 デフォルト値はBASE64です。 |
Result Set Columns
| Name | Type | Description |
| Status | String | Execution status of the stored procedure |
| FileData | String | The FileData output |