参数 | 说明 | 是否必填 | 类型 |
---|---|---|---|
current | 当前页码,1-N | 是 | Integer |
size | 每页显示数,1-100 | 是 | Integer |
params | 分页参数 | 是 | JSONObject |
groupName | 坐席组名称 | 否 | String |
Request URL:
https://api.itniotech.com/v3/cc/seatGroup/query
Request Method:
POST
Request Headers:
Content-Type: application/json;charset=UTF-8
Sign: 05d7a50893e22a5c4bb3216ae3396c7c
Timestamp: 1630468800
Api-Key: bDqJFiq9
Request Body:
{
"current":1,
"size":10,
"params":{
"groupName":"4luaKsL2"
}
}
参数 | 说明 | 类型 |
---|---|---|
status | 状态码,0成功,其他失败参见响应状态码说明 | String |
reason | 失败原因说明 | String |
data | 分页数据 | JSONObject |
total | 总记录条数 | Integer |
size | 每页显示数 | Integer |
current | 当前页码 | Integer |
pages | 总页码 | Integer |
records | 数据集合 | String |
voiceGroupId | 主键id(语音组) | Integer |
callinStrategy | 呼入策略:1-按空闲时长分配,2-按接入数量分配,3-按坐席组坐席优先级分配 ,4-轮询分配 | Integer |
countSeat | 坐席组下的坐席个数 | Integer |
groupName | 坐席组名称 | String |
appName | 应用名称 | String |
{
"status": "0",
"reason": "success",
"data": {
"total": 5,
"size": 20,
"current": 1,
"pages": 1,
"records": [
{
"voiceGroupId": 1000037,
"callinStrategy": 4,
"countSeat": 4,
"groupName": "测试创建12",
"appName": "测试内容---群呼C782-3"
}
]
}
}
status | 状态说明 |
---|---|
0 | 成功 |
-1 | 账号认证异常 |
-2 | ip限制 |
-16 | 时间戳过期 |
-18 | 系统异常 |
-20 | 数据已存在 |
-22 | 参数异常 |
-23 | 数据上限 |