API开发文档

欢迎浏览我们的API开发文档!

获取指定呼叫流程

GET

/api/callflow/:id

权限:呼叫流

Header
字段类型描述
Content-Type字符串应用或JSON
参数
字段类型描述
id字符串呼叫流模块编号




成功响应
HTTP/1.1 200 OK
 {
     "callflow_id": "xxxxxxxx_forward",
     "callflow_type": "forward",
     "number": "16479999999"
 }

标签:
Table of Contents