Topology Tools REST Endpoints
    
        Topology/Topology Tools
    
Use for managing topology tools.
- Create a Topology Tool
- Method: postPath:/api/topology/Tools
- Delete a Topology Tool
- Method: deletePath:/api/topology/Tools/{id}
- Get a Topology Tool by ID
- Method: getPath:/api/topology/Tools/{id}
- Get Topology Tools
- Method: getPath:/api/topology/Tools
- Get Topology Tools for Combo Boxes and Item Selectors
- Method: getPath:/api/topology/Tools/readForSelect
- Run a Topology View Tool
- Method: getPath:/api/topology/Tools/executeViewTool
- Update a Topology Tool
- Method: putPath:/api/topology/Tools/{id}