PaginationRequestParam
Lightweight pagination request used by a few endpoints (no sort).
Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/PaginationParam/PaginationRequestParam.cs (core.businesslogicservice).
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
page | number | да | — | int |
rowsPerPage | number | да | — | int |
Пример
json
{
"page": 0,
"rowsPerPage": 0
}