AurionAI Docs

Get Kb Collection Tree V2

GET
/api/v2/kb/collections/tree

Authorization

AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/api/v2/kb/collections/tree"
[
  {
    "approval_type": "none",
    "article_count": 0,
    "children": [],
    "created_at": "2019-08-24T14:15:22Z",
    "depth": 0,
    "description": "string",
    "icon": "string",
    "id": "string",
    "locale": "en",
    "name": "string",
    "parent_id": "string",
    "slug": "string",
    "sort_order": 0,
    "updated_at": "2019-08-24T14:15:22Z",
    "visibility": "all_visitors"
  }
]