GET
/
api
/
menu
/
all
[
  {
    "id": 123,
    "name": "<string>",
    "url": "<string>",
    "parentId": 123,
    "type": 123,
    "dashboardId": 123,
    "position": 123,
    "menuActive": true,
    "menuAction": true,
    "menuIcon": "<string>",
    "modulesNameShort": "<string>",
    "authorities": [
      "<string>"
    ],
    "childrens": [
      {}
    ],
    "actions": [
      {}
    ]
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Query Parameters

includeModulesMenus
boolean
required

Response

200 - */*
OK
id
integer
name
string
url
string
parentId
integer
type
integer
dashboardId
integer
position
integer
menuActive
boolean
menuAction
boolean
menuIcon
string
modulesNameShort
string
authorities
string[]
childrens
object[]
actions
object[]