v2

latestOpenAPI 3.0.12026-07-136649194.5 KB
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/pages/2026-03/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

Filter pages by the exact creation timestamp. Format is date-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

Filter pages updated before a specific date and time. Format should be date-time.

Response

successful operation

totalinteger required

Total number of pages.