Topology Tools REST Endpoints

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