GeoViewerMapDataRequestParam
Filters for the GeoViewer map data request.
Each list field is tri-state:
undefined(omitted) → the backend applies no filter and returns all rows of that kind.- a non-empty array → only rows matching one of the given values.
- an empty array
[]→ explicitly select none (nothing of that kind is returned).
Поля
| Поле | Тип | Обязательное | Описание |
|---|---|---|---|
clientStatus | ClientStatusDto[] | нет | — |
workerStatus | WorkerStatusDto[] | нет | — |
assistanceTypes | AssistanceTypeDto[] | нет | — |
search | string | нет | — |
Пример
json
{
"clientStatus": [],
"workerStatus": [],
"assistanceTypes": [],
"search": "string"
}