GetCallsRequestDto
Backend-источник: features.callcenterservice/Features.CallCenterService/Nuget.CallCenterApiClient/Dto/Calls/Requests/GetCallsRequestDto.cs (features.callcenterservice).
Также определён в:
integration.callcenternotification.
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
phoneNumbers | string[] | да | — | List<string>? |
from | string | null | нет | — | DateTime? |
to | string | null | нет | — | DateTime? |
answered | boolean | null | нет | — | bool? |
missed | boolean | null | нет | — | bool? |
queueType | QueueTypeDto | null | нет | — | QueueTypeDto? |
pagination | Pagination | да | — | Pagination |
Пример
json
{
"phoneNumbers": [],
"from": "2026-05-05T08:00:00Z",
"to": "2026-05-05T08:00:00Z",
"answered": false,
"missed": false,
"queueType": "<queuetypedto>",
"pagination": "<Pagination>"
}