Topology Tools REST Endpoints

Topology/Topology Tools
Use for managing topology tools.
Create a Tool
Method: post
Path: /api/topology/Tools
Delete a Tool
Method: delete
Path: /api/topology/Tools/{id}
Execute View Tool
Method: get
Path: /api/topology/Tools/executeViewTool
Get a Topology Tool by ID.
Method: get
Path: /api/topology/Tools/{id}
Get Tools
Method: get
Path: /api/topology/Tools
Get Topology Tools for Combo Boxes and Item Selectors
Method: get
Path: /api/topology/Tools/readForSelect
Update a Tool
Method: put
Path: /api/topology/Tools/{id}