Topology Menus REST Endpoints
    
        Topology/Topology Menus
    
Use for managing topology menus.
- Create a Menu
- Method: postPath:/api/topology/Menus
- Delete a Menu
- Method: deletePath:/api/topology/Menus/{id}
- Get a Topology Menu by ID.
- Method: getPath:/api/topology/Menus/{id}
- Get Tools in a Menu
- Method: getPath:/api/topology/Menus/readForMenu
- Get Topology Menus
- Method: getPath:/api/topology/Menus
- Get Topology Menus for Combo Boxes and Item Selectors
- Method: getPath:/api/topology/menus/readForSelect
- Get Topology Menus for Tree Combos
- Method: getPath:/api/topology/Menus/readForTree
- Get Topology Menus for Tree Combos
- Method: getPath:/api/topology/Menus/readForTreeCombo
- Move a Topology Menu to a Different Parent
- Method: putPath:/api/topology/Menus/updateMove
- Move Topology Menu Tools
- Method: putPath:/api/topology/Menus/updateTools
- Update a Topology Menu
- Method: putPath:/api/topology/Menus/{id}