Ticket
Get ticket stats
GET /ticket/stats
GET /ticket/stats
Responses
200 — Successful operation
Response Example
{
"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"
}
]
}