Event Flows

List existing event flows.

get

Returns a shallow list of event flows without the full node tree. Use the single resource endpoint to retrieve the complete event flow including all nodes and branches.

Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Query parameters
start-indexinteger · int32Optional

an integer specifying the starting point (beginning with 0) when paging through a list of entities

Default: 0
max-resultsinteger · int32 · max: 100Optional

the maximum number of results when paging through a list of entities.

Default: 50
Responses
chevron-right
200

The event flows

application/json
idinteger · int64Optional
namestringOptional
get
/event-flows
200

The event flows

Create a new event flow.

post
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Body
idinteger · int64Optional
namestringRequired
Responses
post
/event-flows
201

The newly created event flow

Get a specific event flow.

get
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Path parameters
idnumberRequired

entity ID

Responses
chevron-right
200

The requested event flow

application/json
idinteger · int64Optional
namestringRequired
get
/event-flows/{id}
200

The requested event flow

Update a specific event flow.

put
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Path parameters
idnumberRequired

entity ID

Body
idinteger · int64Optional
namestringRequired
Responses
chevron-right
200

The updated event flow

application/json
idinteger · int64Optional
namestringRequired
put
/event-flows/{id}
200

The updated event flow

Delete a specific event flow.

delete
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Path parameters
idnumberRequired

entity ID

Responses
delete
/event-flows/{id}
204

Empty body delete response

No content

Last updated

Was this helpful?