Skip to content

PaginatedCallsResponseDto

← Call Center DTO

Response of GET /Api/Calls. The paginated calls live under the result field.

Поля

ПолеТипОбязательноеОписание
resultPaginationResult<CallDto>да

Пример

json
{
  "result": "<PaginationResult<CallDto>>"
}