Retrieve a batch of Folders

POST {{baseUrl}}/cms/v3/pages/landing-pages/folders/batch/read?archived=<boolean>

Update the Folder objects identified in the request body.

Request Params

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

Request Body

{"inputs"=>["<string>", "<string>"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;completedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;results&quot;:[{&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;},{&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;}],&quot;startedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;status&quot;:&quot;CANCELED&quot;,&quot;requestedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;links&quot;:{&quot;in_ef&quot;:&quot;\u003cstring\u003e&quot;,&quot;pariaturff&quot;:&quot;\u003cstring\u003e&quot;}}