GET api/config/allergene

Liefert eine Liste im Speiseplan verwendbarer Allergene

Aufruf

URL Parameter

Keine.

Parameter

Keine.

Antwort

Beschreibung

Auflistung von KeyValuePair
NameBeschreibungTypWeitere Informationen
Key

Schlüssel

string

Required

Value

Wert

string

Required

Antwortformat

application/json, text/json

Beispiel:
[
  {
    "Key": "sample string 1",
    "Value": "sample string 2"
  },
  {
    "Key": "sample string 1",
    "Value": "sample string 2"
  }
]