PaginatedCallsResponseDto
Response of GET /Api/Calls. The paginated calls live under the result field.
Поля
| Поле | Тип | Обязательное | Описание |
|---|---|---|---|
result | PaginationResult<CallDto> | да | — |
Пример
json
{
"result": "<PaginationResult<CallDto>>"
}