DownloadAttachment
Download attachment by specifying its Id.
Input
Name | Type | Required | Description |
Id | String | True | The ID of the content that the attachment is attached to. |
AttachmentId | String | True | The ID of the attachment to download. |
Version | String | False | The version of the attachment. If this parameter is absent, the redirect URI will download the latest version of the attachment. |
FileLocation | String | False | The location of where to save the file. |
Overwrite | String | False | If true, the procedure will override files if they exists. Default value is false. |
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 |
Success | String | This value shows whether the operation was successful or not. |
FileData | String | If the FileLocation and FileStream are not provided, this contains the content of the file. |