| Property | Description | Returns | 
|---|---|---|
| originalPath | Get the original path for the faq page without custom urls applied | string | 
| fullSlug | As we don't have an ability to set parent for a question, common slug is a full one. | 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 | |
| name | Also allow getting the question by name | string | 
| question | string | |
| state | string | |
| created | Get the date the record was created. | DateTime | 
| modified | Get the last modification date for the record. | DateTime | 
| published | DateTime | |
| activeRevision | QuestionRevision | |
| revisions | Collection (QuestionRevision) | |
| lastRevision | Get the last revision for the entity. If a revision has been added, this will be the newly added revision. | QuestionRevision | 
| sourceQuestion | Question | |
| relatedQuestions | Collection (Question) | |
| language | Language | |
| seoSettings | SeoSettings | |
| site | Site | |
| createdBy | User | |
| modifiedBy | User | |
| owner | User | |
| published | Check if the record is published. | bool | 
| comments | Collection (QuestionComment) | |
| pageRevisionQuestions | Collection (PageRevisionQuestion) | |
| tags | Tags associated with the page | Collection (Tag) | 
| categories | Categories associated with the page | Collection (Category) | 
Faq\Models\Api\Question
Question