Get Page Metadata

Get metadata information for a single page.

Required scope | pages:read

Path parameters

page_idstringRequiredformat: "objectid"
Unique identifier for a Page

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

localeIdstringOptional
Unique identifier for a specific locale. Applicable, when using localization.

Response

Request was successful
idstringformat: "objectid"
Unique identifier for the Page
siteIdstring or nullformat: "objectid"
Unique identifier for the Site
titlestring or null
Title of the Page
slugstring or null

slug of the Page (derived from title)

parentIdstring or nullformat: "objectid"
Identifier of the parent folder
collectionIdstring or nullformat: "objectid"
Unique identifier for a linked Collection, value will be null if the Page is not part of a Collection.
createdOnstring or nullformat: "date-time"
The date the Page was created
lastUpdatedstring or nullformat: "date-time"
The date the Page was most recently updated
archivedboolean or nullDefaults to false
Whether the Page has been archived
draftboolean or nullDefaults to false
Whether the Page is a draft
canBranchboolean or nullDefaults to false

Indicates whether the Page supports Page Branching

isBranchboolean or nullDefaults to false

Indicates whether the Page is a Branch of another Page Page Branching

seoobject or null

SEO-related fields for the Page

openGraphobject or null
Open Graph fields for the Page
localeIdstring or nullformat: "objectid"
Unique ID of the page locale
publishedPathstring or null
Relative path of the published page URL

Errors