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.
使用できる値は次のとおりです。NONE, BASE64 デフォルト値は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. |