GetChannelViewHtml
Returns the requested channel view's compiled HTML for the asset.
Input
| Name | Type | Required | Description |
| AssetId | Integer | True | The ID of the asset. |
| ViewName | String | True | The name of the asset view to retrieve. |
| Thumbnail | Boolean | False | Set to true to return a base64-encoded thumbnail image. |
| IncludeHeaderFooter | Boolean | False | If asset has HTML or text views, set to true to include the message header and footer. |
| IncludeDesignContent | Boolean | False | Set to true to include design content in the thumbnail image. |
| DownloadPath | String | False | The Location of the file in which to save the compiled HTML. |
| Encoding | String | False | The FileData input encoding type.
The allowed values are NONE, BASE64. The default value is BASE64. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Returns True if the download succeeded. |
| Compiled | String | A representation of the view. |