| Property | Description | Returns |
|---|---|---|
| name | Get the name for the active revision | string |
| text | Get the text for the active revision | string |
| parents | Get the parents of this page, with this page being the last element in the array | array |
| fullSlug | string | |
| fullPath | string | |
| originalPath | string | |
| global | Return the info that this is a global documentation page | bool |
| commentsCount | Get the number of comments for this page. | int |
| 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 | |
| position | 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 | GlobalPageRevision | |
| parent | GlobalPage | |
| published | Check if the record is published. | bool |
| revisions | Collection | |
| lastRevision | Get the last revision for the entity. If a revision has been added, this will be the newly added revision. | GlobalPageRevision |
| children | Collection | |
| comments | Collection | |
| fullPosition | Get the full, dot-separated full position for hierarchical records | string |
Documentation\Models\Api\GlobalPage
GlobalPage