Get Call Flow by SID
This request returns data for a call flow, targeted by secure ID.
get | /call_flows/{call_flow_sid} |
Sample Request
A sample GET request to retrieve a call flow by its secure ID:
> Returns a call flow, targeted by secure ID
```shell
curl -X GET \
'https://api.carrierx.com/conference/v2/call_flows/fb2b69b1-6998-4cdc-b04c-a267c585f767' \
-u 'conference_user_123:qwerty123'
Sample Response
200
response code with a serialized copy of the Call Flow object:
{
"properties": {
"call_mute_dtmf_binding": "*6",
"call_rolepin_dtmf_binding": "99",
"conference_announceparticipantcount_policy": "hpl",
"conference_entrytones_enabled": "on",
"conference_exittones_enabled": "on",
"conference_hold_dtmf_binding": "*3",
"conference_lock_dtmf_binding": "*7",
"conference_moh": "default",
"conference_moh_enabled": "on",
"conference_mute_dtmf_binding": "*5",
"conference_mute_menu_dtmf_binding": "95",
"conference_mute_policy": "l",
"conference_recording_dtmf_binding": "*9",
"conference_recording_enabled": "on",
"conference_start_how": "first",
"conference_start_wait": "360",
"conference_stop_how": "last",
"conference_stop_wait": "180",
"conference_welcomeprompt": "default",
"conference_welcomeprompt_enabled": "on",
"did_language": "en_US",
"did_prompt_serial": "001",
"did_welcomeprompt": "default"
},
"call_flow_sid": "665bd4c6-7f44-4c46-a467-1e4696f52968",
"name": "secured"
}
This request is enabled for Field Filtering.
Path Arguments
Parameter | Data Type | Description |
---|---|---|
call_flow_sid required | string | The call flow secure ID. |