| Property | Description | Returns |
|---|---|---|
| name | Get the name for the active revision | string |
| originalPath | Get the original path for the faq page without custom urls applied | string |
| fullSlug | string | |
| fullPath | string | |
| assignedWorkflow | Get the workflow assigned to the record or entity | Workflow |
| assignedWorkflow | Check whether the record has an assigned workflow | bool |
| branches | Get the branches associated with the record | Collection |
| numRevisionsWithoutBranch | Get the number of revisions without branch | int |
| revisionsWithoutBranch | Get all revisions without branch | Collection |
| id | int | |
| slug | string | |
| created | Get the date the record was created. | DateTime |
| modified | Get the last modification date for the record. | DateTime |
| published | DateTime | |
| activeRevision | PageRevision | |
| revisions | Collection (PageRevision) | |
| lastRevision | Get the last revision for the entity. If a revision has been added, this will be the newly added revision. | PageRevision |
| parent | Page | |
| sourcePage | Page | |
| relatedPages | Collection (Page) | |
| language | Language | |
| seoSettings | SeoSettings | |
| site | Site | |
| createdBy | User | |
| modifiedBy | User | |
| owner | User | |
| published | Check if the record is published. | bool |
| children | Collection (Page) | |
| customUrl | Get the custom url used for the page. This will take precedence over the slugs of this page, parent page and the module. | CustomUrl |
Faq\Models\Api\Page
Page