DownloadAttachment
To Download an Attachment.
Input
| Name | Type | Required | Description |
| AttachmentId | String | False | Attachment Id to download. |
| TaskId | String | False | Task Id to download all the attachments in the Task. |
| DownloadLocation | String | False | Download location. This is required when TaskId is specified. |
| 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 | The status of the operation. |
| FileData | String | If the DownloadLocation and FileStream are not provided, this contains the content of the file. |