GET api/verwaltung/orte/{nation_id}
Liste aller Orte einer Nation
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| nation_id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Ort| Name | Description | Type | Additional 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": "cba6b533-057c-4774-8336-a5aa24058f5c",
"nation_id": "830e8b90-c858-4d97-b68b-fa1d96447cd7",
"plz": "sample string 3",
"name": "sample string 4",
"provinz": "sample string 5",
"postamt": "sample string 6",
"oa_sek_id": "81fb9b22-755a-4415-8a4d-180d83c53f27"
},
{
"id": "cba6b533-057c-4774-8336-a5aa24058f5c",
"nation_id": "830e8b90-c858-4d97-b68b-fa1d96447cd7",
"plz": "sample string 3",
"name": "sample string 4",
"provinz": "sample string 5",
"postamt": "sample string 6",
"oa_sek_id": "81fb9b22-755a-4415-8a4d-180d83c53f27"
}
]