v1
latestOpenAPI 3.0.02026-07-2417611.8 MBGet all public or protected child pages of a specified parent page
Returns the descriptors of all public or protected child pages which are direct children of the parent page that is specified by parentPageId. The page is a member of the site that is specified in siteId. If the value of parentPageId is @top, then the descriptors of the top-level pages are returned. <br />User roles: admin, manager, editor, viewer, authenticatedVisitor
Path parameters
The ID of the parent page item, or top to retrieve the top-level pages.
The ID of the site item, or @current to indicate that the ID of the site is derived from the addressed URL via custom domain site mapping or URL path based site addressing. For further details consult the Content documentation.
Query parameters
Reduce the returned content down to just the specified fields. Fields specified by a comma seperated list of field names and should only be used once in query string. To only retrieve id and name this parameter should look like id,name. Undefined fields are ignored.
specifies the maximum number of items that should be returned in this request. If this parameter is not specified, up to 100 page items are returned.
specifies the starting offset of the result set being returned. For example, if the value of this paramter is 5, the first 5 items in the result set are ignored. If this parameter is not specified, the starting offset of the result set is 0.
Headers
The Etag value from a previous request to check whether a content item has been updated since, if so, a 304 (Not Modified) response code is returned instead of the content item.
Response
Success
Example response
{
"items": [
{
"contentId": "980c6e51-1bf7-4fff-9386-b8e96aebf475",
"contentTypeId": "2f313485-dccd-4b3c-ab9b-d049841b1e45",
"description": "",
"hideFromNavigation": true,
"layoutId": "category-page-layout",
"name": "CategoryDefaultPage",
"segment": "categorydefaultpage",
"title": "",
"classification": "page",
"lastModified": "2018-01-22T09:11:56.499Z",
"lastModifierId": "52fb9c98-822f-4d6b-99ed-a8b5e04f3782",
"contentStatus": "ready",
"created": "2018-01-11T15:07:46.153Z",
"creatorId": "52fb9c98-822f-4d6b-99ed-a8b5e04f3782",
"position": 10,
"route": "/categorydefaultpage",
"id": "288c1fc1-48b5-48b9-8254-f8d596a3a64e",
"url": "/664052ba-bdb9-49bf-8d33-dbe4a79b6520/categorydefaultpage"
}
]
}