Menu Controller

get
Authorizations
Responses
200

OK

*/*
get
GET /api/menus HTTP/1.1
Host: inscada.cloud
Accept: */*
[
  {
    "creationDate": "2025-08-21T01:54:01.984Z",
    "lastModifiedBy": "text",
    "createdBy": "text",
    "lastModifiedDate": "2025-08-21T01:54:01.984Z",
    "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-08-21T01:54:01.984Z",
  "lastModifiedBy": "text",
  "createdBy": "text",
  "lastModifiedDate": "2025-08-21T01:54:01.984Z",
  "id": "text",
  "name": "text"
}