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

e29417a944b4

Landing pages

Get all landing pages

Get the list of landing 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/landing-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 Landing Pages. Defaults to false.

createdAfterstring date-time

Only return Landing Pages created after the specified time.

createdAtstring date-time

Only return Landing Pages created at exactly the specified time.

createdBeforestring date-time

Only return Landing Pages created before the specified time.

limitinteger

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

propertystring

Specifies which properties of the landing 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 Landing Pages last updated after the specified time.

updatedAtstring date-time

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

updatedBeforestring date-time

Only return Landing Pages last updated before the specified time.

Response

successful operation

totalinteger required

Total number of pages.