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