GET /asset/v1/content/assets/{id}/channelviews/{viewname}

Returns the requested channel view’s compiled HTML for the asset.

NameTypeDescription
idnumberRequiredThe ID of the asset
viewNamestringRequiredThe name of the asset view to retrieve
thumbnailbooleanSet to true to return a base64-encoded thumbnail image
includeHeaderFooterbooleanIf asset has HTML or text views, set to true to include the message header and footer
includeDesignContentbooleanSet to true to include design content in the thumbnail image
StatusNameTypeDescription
200  Successful response
 compiledstringA representation of the view
    
400  Request errors
 MessagestringThe error message
 ErrorCodenumberThe specific error code
 DocumentationstringAny specific documentation for the error
    
403  Permissions error
 MessagestringThe error message
 ErrorCodenumberThe specific error code
 DocumentationstringAny specific documentation for the error