GetCallSessionsRequestDto
Backend-источник: features.callcenterservice/Features.CallCenterService/Nuget.CallCenterApiClient/Dto/CallSessions/Requests/GetCallSessionsRequestDto.cs (features.callcenterservice).
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
phoneNumber | string | null | нет | — | string? |
withNoEndedAt | boolean | null | нет | — | bool? |
sessionOutcomeFilter | SessionOutcomeDto | null | нет | — | — |
pagination | Pagination | да | — | Pagination |
Пример
json
{
"phoneNumber": "+49123456789",
"withNoEndedAt": false,
"sessionOutcomeFilter": "<sessionoutcomedto>",
"pagination": "<Pagination>"
}