Skip to content

CategoryAnalyticsKpiDto

← Call Center DTO

Aggregate totals for a single category over the whole requested range.

Поля

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

Пример

json
{
  "category": "<CallSessionCategoryDto>",
  "incoming": 0,
  "outgoing": 0,
  "missed": 0,
  "notReached": 0
}