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"
    }
  ]
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Response

200 - application/json
Successful operation
success
boolean
total
number
intents
object[]
groups
object[]
tags
object[]