curl --request GET \
--url https://demo.enneo.ai/api/mind/team/tree
[
{
"id": 1,
"name": "Support",
"parent": 0,
"description": "Allgemeine Fragen",
"settings": {
"roleId": 1,
"skills": {
"tagIds": [
1,
2
],
"channels": [
"email",
"chat"
]
},
"supersetRole": "analyticsReadAll",
"inheritParentalSettings": true
},
"children": [
{
"id": 2,
"name": "Support for financial issues",
"parent": 1,
"description": "Finanzielle Fragen",
"settings": {
"roleId": 1,
"skills": {
"tagIds": [
1,
2
],
"channels": [
"email",
"chat"
]
},
"supersetRole": "analyticsReadAll",
"inheritParentalSettings": true
},
"children": [
{}
]
}
]
}
]
Cookie-based authentication
Successful operation
The response is of type object[]
.
curl --request GET \
--url https://demo.enneo.ai/api/mind/team/tree
[
{
"id": 1,
"name": "Support",
"parent": 0,
"description": "Allgemeine Fragen",
"settings": {
"roleId": 1,
"skills": {
"tagIds": [
1,
2
],
"channels": [
"email",
"chat"
]
},
"supersetRole": "analyticsReadAll",
"inheritParentalSettings": true
},
"children": [
{
"id": 2,
"name": "Support for financial issues",
"parent": 1,
"description": "Finanzielle Fragen",
"settings": {
"roleId": 1,
"skills": {
"tagIds": [
1,
2
],
"channels": [
"email",
"chat"
]
},
"supersetRole": "analyticsReadAll",
"inheritParentalSettings": true
},
"children": [
{}
]
}
]
}
]