latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-177251225.2 KB

e29417a944b4

Website pages

Retrieve all website pages

Retrieve all website pages. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits.

get/cms/v3/pages/site-pages

Query parameters

afterstring

The paging cursor token of the last successfully read resource will be returned as the paging.next.after JSON property of a paged response containing more results.

archivedboolean

Specifies whether to return deleted Site Pages. Defaults to false.

createdAfterstring date-time

Only return Site Pages created after the specified time.

createdAtstring date-time

Only return Site Pages created at exactly the specified time.

createdBeforestring date-time

Only return Site Pages created before the specified time.

limitinteger

The maximum number of results to return. Default is 100.

propertystring

Specifies which properties of the site pages to include in the response.

sortstring[]

Specifies which fields to use for sorting results. Valid fields are name, createdAt, updatedAt, createdBy, updatedBy. createdAt will be used by default.

updatedAfterstring date-time

Only return Site Pages last updated after the specified time.

updatedAtstring date-time

Only return Site Pages last updated at exactly the specified time.

updatedBeforestring date-time

Only return Site Pages last updated before the specified time.

Response

successful operation

totalinteger required

Total number of pages.