外呼盒子
外呼盒子
1. 接口描述
接口名称:
发送方式:
POST
参数格式:
accept: application/json;content-type: application/json
2. 输入参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
conferenceId | 是 | string | 会议ID |
userId | 是 | int | 主持人userId |
boxId | 是 | string数组 | 盒子编号数组 |
3. 示例
传参示例
{
"conferenceId":"21971122",
"userId":11111111,
"boxId":["GN3399BOXXXXXXXX","GN3399BOXXXXXXX2"]
}
返回示例
{
"status": 0,
"result": {
"success": ["GN3399BOXXXXXXXX","GN3399BOXXXXXXX2"],
"fail": null
},
"request_id": "uniformserver-172.10.87.168-1641951719.52963626.69",
"reqid": "confopenapiserver-10.1.89.7-1641951719.3450400.887",
"timestamp": 1641951719003,
"content_type": "application/json",
"product_type": "",
"device_type": "",
"iscycle": "",
"isgnet": "",
"mem_count": "",
"verify": "",
"video_conference_mode": "",
"live_flag": "",
"conferenceid": "",
"record": 0,
"share_media": 0,
"hardware_video": 0,
"accessNumber": "",
"client_ip": "",
"request_duration": "427.0245ms"
}
4. 返回参数
参数名 | 类型 | 说明 |
---|---|---|
status | int | 0:成功,非0失败 |
result | json | 外呼盒子的返回结果 |
备注
- 更多返回错误代码请看首页的错误代码描述