Get ticket stats
curl --request GET \
--url https://demo.enneo.ai/api/mind/ticket/stats
{
"success": true,
"total": 11,
"intents": [
{
"total": 3,
"id": 1,
"name": "Zählerstand verarbeiten"
}
],
"groups": [
{
"total": 3,
"id": 1,
"name": "Billing"
}
],
"tags": [
{
"total": 3,
"id": 1,
"fullName": "powercloud"
}
]
}
Cookie-based authentication
Successful operation
The response is of type object
.
curl --request GET \
--url https://demo.enneo.ai/api/mind/ticket/stats
{
"success": true,
"total": 11,
"intents": [
{
"total": 3,
"id": 1,
"name": "Zählerstand verarbeiten"
}
],
"groups": [
{
"total": 3,
"id": 1,
"name": "Billing"
}
],
"tags": [
{
"total": 3,
"id": 1,
"fullName": "powercloud"
}
]
}