简要描述
- 查询已经创建的模板列表
请求URL
http://cc.v-call.cn/api/flow?token=588d10b8-91a6-11ea-85e23212312312&pageNo=1&pageSize=10
请求方式
- GET
返回示例
{
"msg": "success",
"code": "0",
"data": {
"current": null,
"pages": null,
"total": 1,
"records": [
{
"id": "07d6012b9fbb370d66312c3b8a7c0b78",
"companyId": "e3782b15c0f22ef535d7cfa7e498923a",
"companyName": "微呼科技",
"flowId": "1231",
"versionId": "1.0",
"name": "测试机器人",
"params": "[{}]",
"output": "[{}]",
"flowSource": "测试",
"status": 1,
"remarks": "",
"groupId": "901a3082128402ca75eb2bb583c4591f",
"robotLimit": 1,
"ctime": "2024-12-05T08:24:29.000+00:00",
"utime": "2024-12-05T08:24:29.000+00:00",
"dispatch": [
{
"start": "08:00",
"end": "20:00"
}
],
"recallStrategy": null,
"caller": "123456",
"limitType": 1,
"clientAppKey": "",
"clientAppSecret": "",
"accessNumber": "123456",
"sayUser": "WLU",
"nluProjectId": "",
"trunkId": ""
}
]
}
}
返回数据
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
code | string | 非必须 | |||
data | object | 非必须 | |||
├─ current | integer | 非必须 | format: int64 | ||
├─ pages | integer | 非必须 | format: int64 | ||
├─ records | object [] | 非必须 | item 类型: object | ||
├─ accessNumber | string | 非必须 | 接入号 | ||
├─ caller | string | 非必须 | 主叫号 | ||
├─ clientAppKey | string | 非必须 | 机器人客户端key | ||
├─ clientAppSecret | string | 非必须 | 机器人客户端key | ||
├─ companyId | string | 非必须 | 企业ID | ||
├─ companyName | string | 非必须 | 企业名称 | ||
├─ createUsername | string | 非必须 | 创建人 | ||
├─ ctime | string | 非必须 | 创建时间 | format: date-time | |
├─ dispatch | object [] | 非必须 | 可外呼时间段 | item 类型: object | |
├─ end | string | 非必须 | 外呼结束时间,例:{20:00} | ||
├─ start | string | 非必须 | 外呼开始时间,例:{08:00} | ||
├─ flowId | string | 非必须 | 流程来源ID | ||
├─ flowSource | string | 非必须 | 流程来源 | ||
├─ groupId | string | 非必须 | 技能组ID | ||
├─ id | string | 非必须 | ID | ||
├─ limitType | integer | 非必须 | 1:独享并发,2:共享并发 | format: int32 | |
├─ name | string | 非必须 | 流程名称 | ||
├─ nluProjectId | string | 非必须 | 通过接口【获取AI话术接口】获得 | ||
├─ output | string | 非必须 | 机器人出参 | ||
├─ params | string | 非必须 | 机器人入参 | ||
├─ recallStrategy | object [] | 非必须 | 重呼策略 | item 类型: object | |
├─ delay | integer | 非必须 | 延迟时间,单位:秒 | format: int32 | |
├─ item | string | 非必须 | 项 | ||
├─ recallTimes | integer | 非必须 | 第几次重呼 | format: int32 | |
├─ remarks | string | 非必须 | 备注 | ||
├─ robotLimit | integer | 非必须 | 并发数 | format: int32 | |
├─ sayUser | string | 非必须 | 音色 | ||
├─ status | integer | 非必须 | 状态 | format: int32 | |
├─ trunkId | string | 非必须 | 通过接口【获取AI线路】获得 | ||
├─ updateUsername | string | 非必须 | 更新人 | ||
├─ utime | string | 非必须 | 更新时间 | format: date-time | |
├─ versionId | string | 非必须 | 版本ID | ||
├─ total | integer | 非必须 | format: int64 | ||
msg | string | 非必须 |
文档更新时间: 2025-03-25 09:19 作者:梁泽文