Event Flows
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Query parameters
start-indexinteger · int32OptionalDefault:
an integer specifying the starting point (beginning with 0) when paging through a list of entities
0max-resultsinteger · int32 · max: 100OptionalDefault:
the maximum number of results when paging through a list of entities.
50Responses
200
The event flows
application/json
idinteger · int64Optional
namestringOptional
get
/event-flows200
The event flows
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Body
idinteger · int64Optional
namestringRequired
Responses
201
The newly created event flow
application/json
post
/event-flows201
The newly created event flow
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Path parameters
idnumberRequired
entity ID
Responses
200
The requested event flow
application/json
idinteger · int64Optional
namestringRequired
get
/event-flows/{id}200
The requested event flow
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Path parameters
idnumberRequired
entity ID
Body
idinteger · int64Optional
namestringRequired
Responses
200
The updated event flow
application/json
idinteger · int64Optional
namestringRequired
put
/event-flows/{id}200
The updated event flow
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Path parameters
idnumberRequired
entity ID
Responses
204
Empty body delete response
delete
/event-flows/{id}204
Empty body delete response
No content
Last updated
Was this helpful?