Menu Controller

get
Authorizations
Responses
200
OK
*/*
get
GET /api/menus HTTP/1.1
Host: inscada.cloud
Accept: */*
[
  {
    "creationDate": "2025-07-05T19:34:57.340Z",
    "lastModifiedBy": "text",
    "createdBy": "text",
    "lastModifiedDate": "2025-07-05T19:34:57.340Z",
    "id": "text",
    "name": "text"
  }
]
get
Authorizations
Path parameters
menuIdstringRequired
Responses
200
OK
*/*
get
GET /api/menus/{menuId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
  "creationDate": "2025-07-05T19:34:57.340Z",
  "lastModifiedBy": "text",
  "createdBy": "text",
  "lastModifiedDate": "2025-07-05T19:34:57.340Z",
  "id": "text",
  "name": "text"
}