Skip to content

GetWorkersRequestDto

← Worker DTO

Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/Worker/Request/GetWorkersRequestDto.cs (core.businesslogicservice).

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
paginationPaginationдаPagination
workerStatusesWorkerStatusDto[]даList<WorkerStatusDto>
workerStatusFiltersWorkerStatusDto[]даList<WorkerStatusDto>?

Пример

json
{
  "pagination": "<Pagination>",
  "workerStatuses": [],
  "workerStatusFilters": []
}