DownloadFile
To Download a File.
Input
Name | Type | Required | Description |
ReportLinkName | String | True | Specify Report Link Name to upload the attachment. |
RecordID | String | True | Specify Record Id to upload the attachment. |
FieldLinkName | String | True | Specify Field Link Name of the report to upload the attachment. |
FilePath | String | False | Location where it needs to be downloaded |
Encoding | String | False | The FileData input encoding type.
使用できる値は次のとおりです。NONE, BASE64 デフォルト値はBASE64です。 |
Result Set Columns
Name | Type | Description |
FileData | String | If the FilePath and FileStream are not provided, this contains the content of the file. |
Status | String | The status of the operation |