DownloadBase64FileAttachment
Download Base-64 encoded file attachment 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. |
| AttachmentId | Long | True | Id of the attachment. |
Result Set Columns
| Name | Type | Description |
| Data | String | Base64-encoded Text of the attachment. |
| Status | String | Execution status of the stored procedure |