v1
latestOpenAPI 3.0.02026-07-2417611.8 MBGet the descriptor of a public or protected page from a site.
Returns the descriptor of the page item specified by pageId. The page is contained in a site that is contained in siteId <br />User roles: admin, manager, editor, viewer, authenticatedVisitor
Path parameters
The ID of the page item.
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.
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
{
"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"
}