PageChildren
Displays the child hierarchy of a page, showing which subpages are nested under a given parent page.
Columns
| Name | Type | References | SupportedOperators | Description |
| Id [KEY] | String | The unique identifier of the child page within the Confluence hierarchy. | ||
| ExpandableAncestors | String | Provides a link to the expandable list of ancestor pages for the child, showing its position in the overall hierarchy. | ||
| ExpandableBody | String | Links to the expandable section containing the full body content of the child page, available when explicitly requested. | ||
| ExpandableChildren | String | Links to additional nested child pages under this page, allowing deeper traversal through the hierarchy. | ||
| ExpandableChildTypes | String | Specifies the available content types that can exist as children of this page, such as page or comment. | ||
| ExpandableContainer | String | Provides a link to the container that holds this child page, typically its parent page or associated space. | ||
| ExpandableDescendants | String | Links to the list of all descendant pages that can be expanded under this child, showing its complete subpage structure. | ||
| ExpandableHistory | String | Links to the historical versions of the child page, including revision data and previous authors. | ||
| ExpandableMetadata | String | Links to the expandable section containing metadata for the child page, such as labels and custom properties. | ||
| ExpandableOperations | String | Lists the available operations that can be performed on the child page, such as view, edit, or delete. | ||
| ExpandableRestrictions | String | Links to the restrictions that define who can view or edit the child page. | ||
| ExpandableSchedulePublishDate | Datetime | Specifies the date and time when the child page is scheduled to be published, if applicable. | ||
| ExpandableSpace | String | Provides a link to the space in which the child page resides, enabling retrieval of related space information. | ||
| ExpandableVersion | String | Links to the version details of the child page, including the version number and author metadata. | ||
| LinksEditui | String | The URL of the edit interface (EditUI) for the child page, allowing direct editing in Confluence. | ||
| LinksSelf | String | The self-referential API endpoint (Self link) for the child page, used for programmatic access. | ||
| LinksTinyui | String | The short link (TinyUI) version of the child page's URL, providing a compact format for easy sharing. | ||
| LinksWebui | String | The standard web interface URL (WebUI) for the child page as viewed within Confluence. | ||
| ExtensionsPosition | String | Indicates the position of the child page within its parent's hierarchy, defining its order among sibling pages. | ||
| Status | String | Indicates the publication status of the child page, such as current, draft, or archived. | ||
| Title | String | The title of the child page as displayed in Confluence. | ||
| Type | String | Specifies the content type, indicating that this record represents a child page. | ||
| PageId | String |
Pages.Id | =,!=,IN,NOT IN | The unique identifier of the current page whose child pages are being retrieved. |