GET
/api/callflows
权限:呼叫流
Header | ||
字段 | 类型 | 描述 |
Content-Type | 字符串 | 应用或JSON |
成功响应
HTTP/1.1 200 OK
[{
"callflow_id": "xxxxxxxx_forward",
"callflow_type": "forward",
"numbers": "16479999999"
}]
/api/callflows
权限:呼叫流
Header | ||
字段 | 类型 | 描述 |
Content-Type | 字符串 | 应用或JSON |
HTTP/1.1 200 OK
[{
"callflow_id": "xxxxxxxx_forward",
"callflow_type": "forward",
"numbers": "16479999999"
}]