Enneo

Settings

Get UI overview of settings sections

GET /settings/uiOverview

GET /settings/uiOverview

Returns the sections-and-categories tree that powers the Settings landing page in ops-fe. The response is filtered by the caller's permissions: categories whose requiredPermissions / requiredPermissionsAny don't match are omitted. Labels are translated to the caller's locale.

Responses

200 — Successful operation

Response Example

{
  "sections": [
    {
      "label": "string",
      "description": "string",
      "categories": [
        null
      ]
    }
  ]
}

403 — Unauthorized — missing settingsUiOverview permission