GET
/
tag
/
tree
curl --request GET \
  --url https://demo.enneo.ai/api/mind/tag/tree
[
  {
    "id": 123,
    "name": "Complaint",
    "fullName": "Second Level: Complaint",
    "parent": 6,
    "reference": "ticket",
    "type": "skill",
    "visibility": "public",
    "color": "grey",
    "properties": {},
    "complexity": "moderate",
    "sla": 8,
    "priority": "do-not-change",
    "assignment": [
      "assignBySubchannel",
      "assignByCustomLogic"
    ],
    "testCase": {},
    "modifiedBy": "John Doe",
    "modifiedAt": "2024-08-29 14:38:12",
    "children": [
      {
        "id": 123,
        "name": "Complaint",
        "fullName": "Second Level: Complaint",
        "parent": 6,
        "reference": "ticket",
        "type": "skill",
        "visibility": "public",
        "color": "grey",
        "properties": {},
        "complexity": "moderate",
        "sla": 8,
        "priority": "do-not-change",
        "channels": [
          "email",
          "chat"
        ],
        "subchannels": [
          2,
          4
        ],
        "detectionDetails": {},
        "assignment": [
          "assignBySubchannel",
          "assignByCustomLogic"
        ],
        "testCase": {},
        "modifiedBy": "John Doe",
        "modifiedAt": "2024-08-29 14:38:12"
      }
    ]
  }
]

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Query Parameters

type
enum<string>

Show only tags of a specific type. If not set, shows all tags.

Available options:
skill,
product,
brand,
customerProperty,
contractProperty,
other
includeDisabled
boolean

Also include disabled tags

Response

200
application/json
Successful operation

The response is of type object[].