v2

latestOpenAPI 3.0.12026-07-136649194.5 KB
Folders

Get all landing page folders

Get the list of Landing Page Folders. 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/landing-pages/folders

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 Folders. Defaults to false.

createdAfterstring date-time

Filter folders created after the specified date and time.

createdAtstring date-time

Only return Folders created at exactly the specified time.

createdBeforestring date-time

Only return Folders created before the specified time.

limitinteger

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

propertystring

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

updatedAtstring date-time

Only return Folders last updated at exactly the specified time.

updatedBeforestring date-time

Only return Folders last updated before the specified time.

Response

successful operation

totalinteger required

Total number of content folders.