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. |
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 | The file data output. |