Zum Hauptinhalt springen
GET
/
settings
/
compact
Get settings of a client and return the results in a compact form
curl --request GET \
  --url https://demo.enneo.ai/api/mind/settings/compact \
  --header 'Authorization: Bearer <token>'
{}

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Abfrageparameter

filterByName
string

Filter by name of the setting

filterByUsedBy
string

Filter by which module uses the setting

filterByCategory
string

Filter by category of the setting

showSecrets
boolean

Whether to show secrets in the result

Antwort

List of client-specific configruation settings in a compact key-value format.

Settings with their values in key-value format

{key}
string
Beispiel:

"settingValue"