Tools

/v3/nc/tools
/v3/nc/tools/{wsID}

Defined in tool.js

Get All Tools

GET /v3/nc/tools

GET on the tools API endpoint returns an array of tool objects describing all tools used by the process.

Get Workingstep Tool

GET /v3/nc/tools/{toolId}

GET on the tools API endpoint with a workingstep ID returns the numeric ID of the tool used by a workingstep. Every workingstep should have a tool defined.