Pages
Covered in this doc:
List pages
List all pages within a Site
Parameters
Response
Get a single page
Fetch the Page detail using the Page.id
Response
Create a page
Parameters
Example
Response
A status code of 201 created
is returned on a successful creation and contains the created page object as JSON. See the Get a single page section for an example Page object.
Update a page
You can PUT
a partial or full object to the detail endpoint to update/change values on the Page object. If using a partial object, you must insure that the primary page id
is part of the payload.
Last updated