Menu Controller
Authorizations
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
/api/menusGET /api/menus HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
{
"creationDate": "2025-11-01T01:30:07.054Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-01T01:30:07.054Z",
"id": "text",
"name": "text"
}
]Authorizations
Path parameters
menuIdstringRequired
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
/api/menus/{menuId}GET /api/menus/{menuId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"creationDate": "2025-11-01T01:30:07.054Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-01T01:30:07.054Z",
"id": "text",
"name": "text"
}Last updated