获取坐席组最大创建话机数

GET
https://api.itniotech.com/v3/cc/seat/querySipTotal
获取坐席组最大创建话机数。
 
请求参数
参数 说明 是否必填 类型
voiceGroupId 坐席组ID(坐席组查询返回voiceGroupId) Integer
 
请求示例
Request URL: 
    https://api.itniotech.com/v3/cc/seat/querySipTotal?voiceGroupId=123
Request Method:
    GET
Request Headers:
    Content-Type: application/json;charset=UTF-8
    Sign: 05d7a50893e22a5c4bb3216ae3396c7c
    Timestamp: 1630468800
    Api-Key: bDqJFiq9
 
响应参数
参数 说明 类型
status 状态码,0成功,其他失败参见响应状态码说明 String
reason 失败原因说明 String
data 对象 JSONObject
total 坐席上限 Integer
remaining 剩余创建数 Integer
 
响应示例
{
    "status":"0",
    "reason":"success",
    "data":{
        "total":12,
        "remaining":12
    }
}
 
响应状态码
status 状态说明
0 成功
-1 账号认证异常
-2 ip限制
-16 时间戳过期
-18 系统异常
-20 数据已存在
-22 参数异常
-23 数据上限