GetAttachment
Obtain a file attached to a record
Input
| Name | Type | Accepts Output Streams | Description |
| FileId | String | False | The internal identifier of the file in the system. |
| FileStream | String | True | An instance of an output stream where file data is written to. Used only if DownloadTo is not set. |
| DownloadTo | String | False | The absolute path where the file will be saved. |
Result Set Columns
| Name | Type | Description |
| Status | String | Specific message text describing the status or any errors or warning for the stored procedure. |
| FileData | String | The file data encoded as BASE64. Returns a value only if DownloadTo and FileStream inputs are empty. |