| Property | Description | Returns | 
|---|---|---|
| allRelationships | Get all relationships for the record, indexed by identifier | array | 
| activeRevision | Check if the revision is the active revision | bool | 
| layout | Get the layout for the record revision. Since custom entity records use a layout defined on the definition level, this returns the same layout for all records and revisions of the definition. | Layout | 
| areas | Collection | |
| areaGroups | Gets the layout area groups | Collection | 
| id | int | |
| name | string | |
| type | string | |
| created | Date the record was created. | DateTime | 
| modified | Last modification date for the record. | DateTime | 
| record | Record | |
| seoSettings | SeoSettings | |
| branch | RevisionBranch | |
| createdBy | User | |
| modifiedBy | User | |
| recordAreas | Collection (RecordArea) | |
| areasContent | Fetch content for all layout areas defined for the model as AreasContent object | AreasContent | 
CustomEntities\Models\Api\RecordRevision
Revision