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

KeyDatatypeRequiredDescription
archivedstringSpecifies whether to return deleted Folders. Defaults to false.
propertystring

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;category&quot;:&quot;\u003cinteger\u003e&quot;,&quot;created&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;deletedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;parentFolderId&quot;:&quot;\u003clong\u003e&quot;,&quot;updated&quot;:&quot;\u003cdateTime\u003e&quot;}