Topology Menus REST Endpoints

Topology/Topology Menus
Use for managing topology menus.
Create a Menu
Method: post
Path: /api/topology/Menus
Delete a Menu
Method: delete
Path: /api/topology/Menus/{id}
Get a Topology Menu by ID
Method: get
Path: /api/topology/Menus/{id}
Get Tools in a Menu
Method: get
Path: /api/topology/Menus/readForMenu
Get Topology Menus
Method: get
Path: /api/topology/Menus
Get Topology Menus for Combo Boxes and Item Selectors
Method: get
Path: /api/topology/menus/readForSelect
Get Topology Menus for Tree Combos
Method: get
Path: /api/topology/Menus/readForTree
Get Topology Menus for Tree Combos
Method: get
Path: /api/topology/Menus/readForTreeCombo
Move a Topology Menu to a Different Parent
Method: put
Path: /api/topology/Menus/updateMove
Move Topology Menu Tools
Method: put
Path: /api/topology/Menus/updateTools
Update a Topology Menu
Method: put
Path: /api/topology/Menus/{id}