DownloadFile
Downloads a file.
Procedure-Specific Information
For example:
EXEC DownloadFile ModelId = 'B64GD1234E9F1234567890123E', FileId = '112000000018', LocalPath = 'C:\temp\download.csv'
Input
| Name | Type | Required | Description |
| WorkspaceId | String | False | The ID of the workspace. |
| ModelId | String | True | The ID of the model. |
| FileId | String | True | The ID of the file to download. |
| LocalPath | String | False | The absolute location where you want to save the file. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether or not the operation was successful. |
| Details | String | Any extra details on the operation's execution. |
| FileData | String | If the LocalPath and FileStream inputs are empty, file data will be output encoded in base64. |