Get all Landing Page Folders
/cms/v3/pages/landing-pages/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.
Parameters
query Query Parameters
| Name | Type |
|---|---|
after The cursor token value to get the next set of results. You can get this from the | string |
archived Specifies whether to return deleted Folders. Defaults to | boolean |
createdAfter Only return Folders created after the specified time. | string |
createdAt Only return Folders created at exactly the specified time. | string |
createdBefore Only return Folders created before the specified time. | string |
limit The maximum number of results to return. Default is 100. | number |
property Specifies which properties of the landing page folders to include in the response. | string |
sort Specifies which fields to use for sorting results. Valid fields are | string[] |
updatedAfter Only return Folders last updated after the specified time. | string |
updatedAt Only return Folders last updated at exactly the specified time. | string |
updatedBefore Only return Folders last updated before the specified time. | string |
Responses
successful operation
paging?:
results:
total: number;
}
An error occurred.
category: string;
context?: { };
correlationId: string;
errors?:
links?: { };
message: string;
subCategory?: string;
}