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
{
"RootMetadata": {
"Advanced": true,
"Component": "string",
"IconClass": "string",
"Indexed": [
"string"
],
"Props": "string"
},
"Sections": [
{
"Children": [
{
"Accesses": {},
"Alias": "string",
"Description": "string",
"Feature": "string",
"Key": "string",
"Label": "string",
"Manager": "string",
"Metadata": {
"Advanced": true,
"Component": "string",
"IconClass": "string",
"Indexed": [
"string"
],
"Props": "string"
}
}
],
"Description": "string",
"Key": "string",
"Label": "string"
}
]
}