Folder Object


Docs for Folder in Media

Properties
idstringmaxLength 100

Folder ID. Generated when a folder is created in the Media Manager.


displayNamestringmaxLength 256

Folder name as it appears in the Media Manager.


parentFolderIdstringmaxLength 100

ID of the folder's parent folder.
Default: media-root folder.


createdDatestringRead-onlyformat date-time

Date the folder was created.


updatedDatestringRead-onlyformat date-time

Date the folder was updated.


statestringRead-only

State of the folder.

Folder
JSON
{ "id": "60baab4a44554097bf1f56370df245f2", "displayName": "empty folder", "parentFolderId": "media-root", "createdDate": "2022-08-30T17:21:03Z", "updatedDate": "2022-08-30T17:21:03Z", "state": "OK" }
Did this help?