| Property | Description | Returns | 
|---|---|---|
| id | int | |
| controller | string | |
| template | string | |
| name | string | |
| identifier | string | |
| text | string | |
| created | Get the date the record was created. | DateTime | 
| modified | Get the last modification date for the record. | DateTime | 
| hidden | bool | |
| hidden | DateTime | |
| site | Site | |
| areas | Collection (LayoutArea) | |
| areaGroups | Collection (LayoutAreaGroup) | |
| image | Image | |
| category | LayoutCategory | |
| customFieldValues | Collection (LayoutCustomFieldValue) | |
| customFieldContent | Get a serialized representation of the custom fields associated with the record | object | 
| customFields | Get the custom fields for this entity | array | 
Common\Models\Api\Layout
Layout