Get flow node instance
GET/flownode-instances/:flownodeInstanceKey
Returns flow node instance as JSON.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The flow node instance is successfully returned.
The flow node instance request failed. More details are provided in the response body.
The request lacks valid authentication credentials.
Forbidden. The request is not allowed.
The flow node instance with the given key was not found. More details are provided in the response body.
An internal error occurred while processing the request.