Delivery API 2.0 Folders endpoint schemas
Folder
A Folder
Properties
| property | required | type | description | details | example |
|---|---|---|---|---|---|
| id | string | The unique identifier for the folder. | |||
| path | string | The path to the folder. | |||
| name | string | The display name of the folder. | |||
| links | object | ||||
| folders | array[] of objects | Child 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 |
