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