GET api/verwaltung/orte/{nation_id}

Liste aller Orte einer Nation

Request Information

URI Parameters

NameDescriptionTypeAdditional information
nation_id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Ort
NameDescriptionTypeAdditional information
id

globally unique identifier

None.

nation_id

globally unique identifier

None.

plz

string

None.

name

string

None.

provinz

string

None.

postamt

string

None.

oa_sek_id

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "8c2836af-7185-4f61-b569-a20a0a912938",
    "nation_id": "cb6f92ed-d890-4d37-9099-362a718e4f34",
    "plz": "sample string 3",
    "name": "sample string 4",
    "provinz": "sample string 5",
    "postamt": "sample string 6",
    "oa_sek_id": "1904beb8-85cd-4a6e-8d01-d2511ea7eff2"
  },
  {
    "id": "8c2836af-7185-4f61-b569-a20a0a912938",
    "nation_id": "cb6f92ed-d890-4d37-9099-362a718e4f34",
    "plz": "sample string 3",
    "name": "sample string 4",
    "provinz": "sample string 5",
    "postamt": "sample string 6",
    "oa_sek_id": "1904beb8-85cd-4a6e-8d01-d2511ea7eff2"
  }
]