GET api/stichworte/typen

Gibt die verfügbaren Stichworttypen zurück

Aufruf

URL Parameter

Keine.

Parameter

Keine.

Antwort

Beschreibung

Auflistung von StichworttypDto
NameBeschreibungTypWeitere Informationen
Id

Id

string

Keine.

Name

Name

string

Keine.

Antwortformat

application/json, text/json

Beispiel:
[
  {
    "Id": "sample string 1",
    "Name": "sample string 2"
  },
  {
    "Id": "sample string 1",
    "Name": "sample string 2"
  }
]