UI Menu API
UI Menu List API
Successful response:
Status: 200 OK
Content-Type: application/json
Body:
[
{
"id": 1,1,
"url": "/ui/menus/1"
},
...
]Get A Menu
Successful response:
Status: 200 OK
Content-Type: application/json
Body:
{
"id": 9,9,
"name": "secondary",
"index": 2,2,
"children": [
{
"id": 10,10,
"name": "publish",
"index": 1,1,
"children": []
},
{
"id": 11,11,
"name": "help",
"index": 2,2,
"children": []
},
{
"id": 12,12,
"name": "user",
"index": 3,3,
"children": [
{
"id": 13,13,
"name": "debug",
"index": 1,1,
"children": []
},
{
"id": 14,14,
"name": "logout",
"index": 2,2,
"children": []
}
]
}
]
}