GET GeoDocs

Získání seznamu přejímek s regionem dle definovaného prostorového filtru a stavů. Pouze pro admina a přebírajícího.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
BBox

EnvelopeDTO

None.

States

Collection of DocState

None.

Years

Collection of integer

None.

Body Parameters

None.

Response Information

Resource Description

GeoDocDTO
NameDescriptionTypeAdditional information
Number

string

None.

State

DocState

None.

BuildingTitle

string

None.

ObjectTitle

string

None.

Region

DocRegionDTO

None.

Id

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "number": "sample string 1",
  "state": "creating",
  "buildingTitle": "sample string 2",
  "objectTitle": "sample string 3",
  "region": {
    "wkt": "sample string 1",
    "envelope": {
      "xMin": 1.0,
      "yMin": 2.0,
      "xMax": 3.0,
      "yMax": 4.0
    }
  },
  "id": 4
}