Get 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.

User roles: admin, manager, editor, viewer

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

ID of page.

Query Params
string of strings

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.

string

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.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json