Get Page Content

Get text and component instance content from a static page.

Localization

Required scope | pages:read

Authentication

AuthorizationBearer

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

Path parameters

page_idstringRequiredformat: "objectid"
Unique identifier for a Page

Query parameters

localeIdstringOptional

Unique identifier for a specific Locale.

Lear more about localization.

limitdoubleOptional

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

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

Response

Request was successful
pageIdstring or null
Page ID
branchIdstring or nullformat: "objectid"
The unique identifier of a [specific page branch.](https://help.webflow.com/hc/en-us/articles/33961355506195-Page-branching)
nodeslist of objects or null
paginationobject or null
Pagination object
lastUpdatedstring or nullformat: "date-time"
The date the page dom was most recently updated

Errors