GET api/config/menuefolgen

Gibt die Menüfolgen zurück

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