POST
/
organisations
/
{organisationId}
/
board-instances
/
{boardId}
/
trigger-execution

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organisationId
string
required
boardId
string
required

Body

application/json
nodeIds
string[]
required

NodeIDs is a list of Node IDs which should be manually triggered. At least one ID must be provided.

Response

202 - application/json
ok
boolean
required

OK denotes whether the request was handled successfully. If this field is true, then all nodeIds from the request were successfully triggered, otherwise at least one nodeId failed to trigger.

nodes
object[]
required

Nodes provides info on which nodes were triggered and if any failed.