Schemas

Delivery API 2.0 Folders endpoint schemas

Folder

A Folder

Properties

propertyrequiredtypedescriptiondetailsexample
id stringThe unique identifier for the folder.  
path stringThe path to the folder.  
name stringThe display name of the folder.  
links object   
folders array[] of objectsChild folders in case max_depth query param is used. IF this field is present, it holds the child folders. If there are no child folders, an empty Array is returned. If max_depth has been reached, the field is MISSING which implies there might be child folders but they are not included in the response  
required undefined