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 | Accepts Output Streams | Description |
| Id | String | True | False | The ID of the Engagement Studio Program. |
| FilePath | String | False | False | The path of the file where you want the results to be written to. |
| FileStream | String | False | True | The output stream that will be used in case that FilePath is not specified |
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. |