DownloadStudioProgram
Download an encrypted and base64 encoded Engagement Studio Program Structure.
Table Specific Information
To download a studio program, start by executing a query, for example:
EXECUTE DownloadStudioProgram Id='239309';
Input
| Name | Type | Required | Description |
| Id | String | True | The ID of the Engagement Studio Program. |
| FilePath | String | False | The path of the file where you want the results to be written to. |
Result Set Columns
| Name | Type | Description |
| Success | String | Shows if the download finished successfully. |
| FileData | String | File data that will be outputted if the FileLocation and FileStream inputs are not set. |
| FailureMessage | String | The failure message of unsuccessful operation. |