GET api/config/zusatzstoffe

Liefert eine Liste im Speiseplan verwendbarer Zusatzstoffe

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"
  }
]