Skip to main content

Get Call Flow by ID

This request returns details for a call flow, targeted by ID.

get/callFlows/{id}

Sample Request

This is a sample GET request to retrieve a list of call flows by ID associated with the Conference endpoint:

curl -X GET \
'https://api.carrierx.com/conference/v1/callFlows/1?exclude_fields=attributeTemplates' \
-u '[your_user_name]:[your_password]'

Sample Response

200 status code with a serialized copy of the Call Flow object

{
"id": 1,
"name": "SPECTEL",
"path": "/usr/local/DNCA/callflows/SPECTEL"
}

This request is enabled for Field Filtering.

Path Arguments

ParameterData TypeDescription
id
required
integerThe call flow ID.