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 thenodeTypeID
. This is yournodeType
. 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
- 200
- 400
- 401
- 403
- 404
- 500
- 502
- 503
- 504
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
Bad Gateway
Service Unavailable
Gateway Timeout