GET api/config/laender
Liefert eine Auflistung der in semiQ hinterlegten Länder.
Aufruf
URL Parameter
Keine.
Parameter
Keine.
Antwort
Beschreibung
Auflistung von Land| Name | Beschreibung | Typ | Weitere Informationen |
|---|---|---|---|
| ISO2 |
ISO" Code des Landes |
string |
Keine. |
| Name |
Name des Landes |
string |
Keine. |
| IstHeimatland |
Bestimmt ob für diese Schnittstelle das Land als Standard definiert wurde |
boolean |
Keine. |
Antwortformat
application/json, text/json
Beispiel:
[
{
"ISO2": "sample string 1",
"Name": "sample string 2",
"IstHeimatland": true
},
{
"ISO2": "sample string 1",
"Name": "sample string 2",
"IstHeimatland": true
}
]