Skip to main content
GET
/
api
/
utm-menu-authorities
Error
A valid request URL is required to generate request examples
[
  {
    "menuId": 123,
    "authorityName": "<string>",
    "id": 123,
    "menu": {
      "name": "<string>",
      "id": 123,
      "url": "<string>",
      "parentId": 123,
      "type": 123,
      "dashboardId": 123,
      "position": 123,
      "menuActive": true,
      "menuAction": true,
      "menuIcon": "<string>",
      "moduleNameShort": "<string>",
      "authorities": [
        "<string>"
      ],
      "parent": "<unknown>"
    }
  }
]

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

Response

200 - */*

OK

menuId
integer<int64>
required
authorityName
string
required
id
integer<int64>
menu
object