Retrieve a Folder
GET {{baseUrl}}/cms/v3/pages/landing-pages/folders/:objectId?archived=<boolean>&property=<string>
Retrieve the Folder object identified by the id in the path.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
archived | string | Specifies whether to return deleted Folders. Defaults to false . | |
property | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"category":"\u003cinteger\u003e","created":"\u003cdateTime\u003e","deletedAt":"\u003cdateTime\u003e","id":"\u003cstring\u003e","name":"\u003cstring\u003e","parentFolderId":"\u003clong\u003e","updated":"\u003cdateTime\u003e"}