GET api/verwaltung/mitglied/datenfreigabeauswahl

Liefert eine Liste aller Werte für die Rechteauswahl Adressen/Kontakte.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DatenfreigabeAuswahl
NameDescriptionTypeAdditional information
key

integer

None.

txt

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "key": 1,
    "txt": "sample string 2"
  },
  {
    "key": 1,
    "txt": "sample string 2"
  }
]