Get Page Content

Get content from a static page. This includes text nodes, image nodes, select nodes, text input nodes, submit button nodes, and component instances with property overrides.

To retrieve the static content of a component instance, use the Get Component Content endpoint.

If you do not include a localeId in your request, the response will return any content that can be localized from the Primary locale.

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.

limitintegerOptional

Maximum number of records to be returned (max limit: 100)

offsetintegerOptional

Offset used for pagination if the results have more than limit records

Response

Request was successful

pageIdstringOptional

Page ID

branchIdstringOptionalformat: "objectid"

If the page is a branch, this is the ID of the branch

nodeslist of objectsOptional
paginationobjectOptional

Pagination object

lastUpdatedstringOptionalformat: "date-time"

The date the page dom was most recently updated

Errors