DownloadFile
To Download a File.
Input
| Name | Type | Required | Accepts Output Streams | Description |
| ReportLinkName | String | True | False | Specify Report Link Name to upload the attachment. |
| RecordID | String | True | False | Specify Record Id to upload the attachment. |
| FieldLinkName | String | True | False | Specify Field Link Name of the report to upload the attachment. |
| FilePath | String | False | False | Location where it needs to be downloaded |
| Encoding | String | False | False | The FileData input encoding type.
The allowed values are NONE, BASE64. The default value is BASE64. |
| FileStream | String | False | True | An instance of an output stream where file data is written to. Only used if FilePath is not provided. |
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 |