Skip to main content

Create Workspace Node

POST 

/api/v1/workspaces/:workspaceID/nodes

This endpoint will create a new Node with the Workspace default values. To update or change the Node data use the Set Node endpoint.

Get the Node Type

You can get the nodeType in two ways:

  • Look up the nodeType in the Coalesce App. Go to Build Settings > Node Types, then click View. At the top you'll see the nodeTypeID. This is your nodeType. If the is this: nodeTypeID: externalDataPackage:::372, you'll use: nodeType: externalDataPackage:::372.
  • You can use the List Environment Nodes or List Workspace Nodes to get a list of existing Nodes. This endpoint only returns in use Nodes and Node types. For example, if you have Node type ML Forecast and ML Anomaly Detection installed, but you are only using ML Forecast, ML Anomaly Node type won't return in the API results.

Using predecessorNodeIDs

You can leave it blank, enter a single Node ID or multiple Node IDs.

Blank:

Single Node

Multiple Nodes Region and DT_WRK_PART Node IDs were used.

Request

Responses