{
"id": 123,
"menuId": 123,
"authorityName": "<string>",
"menu": {
"id": 123,
"name": "<string>",
"url": "<string>",
"parentId": 123,
"type": 123,
"dashboardId": 123,
"position": 123,
"menuActive": true,
"menuAction": true,
"menuIcon": "<string>",
"moduleNameShort": "<string>",
"authorities": [
"<string>"
],
"parent": {}
}
}
{
"id": 123,
"menuId": 123,
"authorityName": "<string>",
"menu": {
"id": 123,
"name": "<string>",
"url": "<string>",
"parentId": 123,
"type": 123,
"dashboardId": 123,
"position": 123,
"menuActive": true,
"menuAction": true,
"menuIcon": "<string>",
"moduleNameShort": "<string>",
"authorities": [
"<string>"
],
"parent": {}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK
The response is of type object
.