GET Cadasters?fullText={fullText}&code={code}&area={area}

Získání seznamu katastrů. Případně omezeno dle filtru.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fullText

Fulltext

string

None.

code

Kód katastrálního území

integer

None.

area

Oblast

CadasterArea

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CadasterDTO
NameDescriptionTypeAdditional information
Code

integer

None.

Title

string

None.

Area

CadasterArea

None.

CreatorId

integer

None.

Created

date

None.

EditorId

integer

None.

Edited

date

None.

Id

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "code": 1,
    "title": "sample string 2",
    "area": "praha",
    "creatorId": 3,
    "created": "2025-04-26T04:42:58.4223879",
    "editorId": 1,
    "edited": "2025-04-26T04:42:58.4223879",
    "id": 5
  },
  {
    "code": 1,
    "title": "sample string 2",
    "area": "praha",
    "creatorId": 3,
    "created": "2025-04-26T04:42:58.4223879",
    "editorId": 1,
    "edited": "2025-04-26T04:42:58.4223879",
    "id": 5
  }
]