GET api/verwaltung/nationen

Liste aller Nationen

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Nation
NameDescriptionTypeAdditional information
id

globally unique identifier

None.

kuerzel

string

None.

iso3166

string

None.

name

string

None.

name_it

string

None.

name_en

string

None.

azr

string

None.

kfz

string

None.

iso31661

string

None.

iso31662

string

None.

icao

string

None.

vorwahl

string

None.

aktiv

boolean

None.

sprache_id

globally unique identifier

None.

uidpraefix

string

None.

intrastatcode

string

None.

euland

boolean

None.

sepaland

boolean

None.

postlocation_code

string

None.

postlocation_area

string

None.

divers

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "3d7b8870-f898-443d-9c20-a6d396d04e3e",
    "kuerzel": "sample string 2",
    "iso3166": "sample string 3",
    "name": "sample string 4",
    "name_it": "sample string 5",
    "name_en": "sample string 6",
    "azr": "sample string 7",
    "kfz": "sample string 8",
    "iso31661": "sample string 9",
    "iso31662": "sample string 10",
    "icao": "sample string 11",
    "vorwahl": "sample string 12",
    "aktiv": true,
    "sprache_id": "5a1216a5-bd33-491b-9593-949caeeafb3b",
    "uidpraefix": "sample string 15",
    "intrastatcode": "sample string 16",
    "euland": true,
    "sepaland": true,
    "postlocation_code": "sample string 19",
    "postlocation_area": "sample string 20",
    "divers": true
  },
  {
    "id": "3d7b8870-f898-443d-9c20-a6d396d04e3e",
    "kuerzel": "sample string 2",
    "iso3166": "sample string 3",
    "name": "sample string 4",
    "name_it": "sample string 5",
    "name_en": "sample string 6",
    "azr": "sample string 7",
    "kfz": "sample string 8",
    "iso31661": "sample string 9",
    "iso31662": "sample string 10",
    "icao": "sample string 11",
    "vorwahl": "sample string 12",
    "aktiv": true,
    "sprache_id": "5a1216a5-bd33-491b-9593-949caeeafb3b",
    "uidpraefix": "sample string 15",
    "intrastatcode": "sample string 16",
    "euland": true,
    "sepaland": true,
    "postlocation_code": "sample string 19",
    "postlocation_area": "sample string 20",
    "divers": true
  }
]