v1
latestOpenAPI 3.0.02026-07-2417611.8 MBGet a page by unique id.
Returns the page metadata specified by unique page-id. This API is equalivent to /sites/pages/{site-id/pages{page-id} but does not require a site-id.
If the page is a root page then no parentId will be returned in the response. <br />User roles: admin, manager, editor, viewer
Path parameters
ID of page.
Query parameters
Reduce the returned page metadata 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 rev and lastModified this parameter should look like fields=rev,lastModified.
Specify additional fields to include with each result. The following fields can be specified to be included in the page item: 'hierarchicalPath', 'route'. You can specify multiple fields as a comma-separated value. For example, include=hierarchicalPath,route. The hierarchicalPath field is a concatenation of each ancestor page name field and the route field is a concatenation of each ancestor page segment field.
Response
succcess.