GET {{baseUrl}}/contact_center/flows/:flowId
Get information about a flow. Scopes: Rate Limit Label: contact_center_flow:read:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"flow_id": "<string>",
"flow_name": "<string>",
"flow_description": "<string>",
"channel_type": "sms",
"status": "debugging",
"modified_by": "<string>",
"last_modified_time": "<string>",
"entry_points": [
{
"entry_id": "<string>",
"entry_name": "<string>",
"entry_number": "<string>",
"entry_language": "<string>"
},
{
"entry_id": "<string>",
"entry_name": "<string>",
"entry_number": "<string>",
"entry_language": "<string>"
}
],
"flow_versions": [
{
"flow_version_id": "<string>",
"flow_version_description": "<string>",
"flow_version_status": "archived",
"flow_version": "<integer>",
"flow_version_modified_by": "<string>",
"flow_version_last_modified_time": "<string>"
},
{
"flow_version_id": "<string>",
"flow_version_description": "<string>",
"flow_version_status": "archived",
"flow_version": "<integer>",
"flow_version_modified_by": "<string>",
"flow_version_last_modified_time": "<string>"
}
]
} |
ENDPOINTS