Skip to content

GeoViewerMapDataRequestParam

← Geo Viewer DTO

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).

Поля

ПолеТипОбязательноеОписание
clientStatusClientStatusDto[]нет
workerStatusWorkerStatusDto[]нет
assistanceTypesAssistanceTypeDto[]нет
searchstringнет

Пример

json
{
  "clientStatus": [],
  "workerStatus": [],
  "assistanceTypes": [],
  "search": "string"
}