Designs
List Designs
View-Specific Information
Select
The following is an example to query the Designs view:
SELECT * FROM Designs SELECT * FROM Designs WHERE ID = 'd0ceee19-e773-403b-a72c-8d7c58ec6065'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | ID of the Design. | |
| UpdatedAt | String | Datetime that Design was last updated. | |
| CreatedAt | String | Datetime that Design was created. | |
| ThumbnailURL | String | A Thumbnail preview of the template's html content. | |
| Name | String | The name of the new design. | |
| Editor | String | The editor used in the UI. | |
| ItemUrl | String | The URL of the Design Item. | |
| Subject | String | The subject of the Design Item. | |
| GeneratePlainContent | Boolean | Indicates whether plain content is to be generated. |