StartExport
Initiates an Export Task based on an existing Export Definition. Returns a Task ID to monitor.
Procedure-Specific Information
For example:
EXEC StartExport ModelId = 'B64GD1234E9F1234567890123E', ExportId = '112000000018'
Input
| Name | Type | Required | Description |
| WorkspaceId | String | False | The ID of the workspace. |
| ModelId | String | True | The ID of the model. |
| ExportId | String | True | The ID of the export definition to run. |
Result Set Columns
| Name | Type | Description |
| TaskId | String | The ID of the newly created export task. |
| Success | Boolean | Indicates whether or not the operation was successful. |
| Details | String | Any extra details on the operation's execution. |