Deutsch
cURL
curl --request GET \ --url https://demo.enneo.ai/api/mind/team/{id} \ --header 'Authorization: Bearer <token>'
{ "id": 1, "name": "Support", "parent": 0, "description": "Allgemeine Fragen", "settings": { "roleId": 1, "skills": { "tagIds": [ 1, 2 ], "channels": [ "email", "chat" ] }, "supersetRole": "analyticsReadAll", "inheritParentalSettings": true } }
JWT-based authentication
If true, the team will inherit the permissions of its parent team
Successful operation
The unique identifier of the team
1
The name of the team
"Support"
The parent id of the team
0
The description of the team
"Allgemeine Fragen"
Anzeigen untergeordnete attribute