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/v3/pages/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

Whether to return only results that have been archived.

createdAfterstring date-time
createdAtstring date-time
createdBeforestring date-time
limitinteger

The maximum number of results to display per page.

propertystring
sortstring[]
updatedAfterstring date-time
updatedAtstring date-time
updatedBeforestring date-time

Response

successful operation

totalinteger required

Total number of content folders.

Changes