Create Workspace Node
POST/api/v1/workspaces/:workspaceID/nodes
Create a new Node in a Workspace. This endpoint will create the Node with the Workspace default values. To update or change the Node data use the Set Node endpoint.
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