GetAttachment
Obtain a file attached to a record
Input
| Name | Type | Description |
| FileId | String | The internal identifier of the file in the system. |
| DownloadTo | String | 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. |