AlphaAlpha Docs
API ReferenceDms folders

Get folder tree

Returns the full folder tree for the tenant

GET
/dms/folders/tree
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/dms/folders/tree"
[
  {
    "children": [
      {
        "children": [],
        "color": "string",
        "id": "string",
        "name": "string",
        "parentFolderId": "string"
      }
    ],
    "color": "string",
    "id": "string",
    "name": "string",
    "parentFolderId": "string"
  }
]
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}