Einstellungen
Einstellungen auflisten
All values are strings; the keys are the ones listed in {@see SettingController::KNOWN_SETTINGS} plus `pause_staged` and `export_format` from the tenant record.
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Response-Body
application/json
application/json
curl -X GET "https://example.com/settings"{ "data": { "property1": "string", "property2": "string" }}