Call Flows

List existing call flows.

get

Returns a shallow list of call flows without the full node tree. Use the single resource endpoint to retrieve the complete call 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 call flows

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

The call flows

Create a new call flow.

post
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Body
idinteger · int64Optional
namestringRequired
languagestring · enumRequiredPossible values:
Responses
post
/call-flows
201

The newly created call flow

Get a specific call flow.

get
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Path parameters
idnumberRequired

entity ID

Responses
chevron-right
200

The requested call flow

application/json
idinteger · int64Optional
namestringRequired
languagestring · enumRequiredPossible values:
get
/call-flows/{id}
200

The requested call flow

Update a specific call flow.

put
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Path parameters
idnumberRequired

entity ID

Body
idinteger · int64Optional
namestringRequired
languagestring · enumRequiredPossible values:
Responses
chevron-right
200

The updated call flow

application/json
idinteger · int64Optional
namestringRequired
languagestring · enumRequiredPossible values:
put
/call-flows/{id}
200

The updated call flow

Delete a specific call flow.

delete
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Path parameters
idnumberRequired

entity ID

Responses
delete
/call-flows/{id}
204

Empty body delete response

No content

Last updated

Was this helpful?