GET /a/frontend/settings-menu

Sends a tree of nodes to be used a menu in the Settings panel

No Parameters

Response Example (200)

Response Type /definitions/restSettingsMenuResponse

{
  "Sections": [
    {
      "CHILDREN": [
        {
          "ALIAS": "string",
          "Accesses": {},
          "DESCRIPTION": "string",
          "Feature": "string",
          "Key": "string",
          "LABEL": "string",
          "MANAGER": "string",
          "METADATA": {
            "advanced": true,
            "component": "string",
            "icon_class": "string",
            "indexed": [
              "string"
            ],
            "props": "string"
          }
        }
      ],
      "DESCRIPTION": "string",
      "Key": "string",
      "LABEL": "string"
    }
  ],
  "__metadata__": {
    "advanced": true,
    "component": "string",
    "icon_class": "string",
    "indexed": [
      "string"
    ],
    "props": "string"
  }
}
Auto generated by Pydio Cells Enterprise Distribution v4.3.1 on 14-Nov-2023
Back to top