Skip to content

CategoryAnalyticsTotalDto

← Call Center DTO

Aggregate across all categories: KPI totals + a per-day chart series.

Поля

ПолеТипОбязательноеОписание
incomingnumberда
outgoingnumberда
missednumberда
notReachednumberда
chartCategoryAnalyticsDayPointDto[]да

Пример

json
{
  "incoming": 0,
  "outgoing": 0,
  "missed": 0,
  "notReached": 0,
  "chart": []
}