https://api.itniotech.com/voice/sipGroupQuery
| 参数 | 说明 | 是否必填 | 类型 |
|---|---|---|---|
| appId | 语音应用appId | 是 | String |
Request URL:
https://api.itniotech.com/voice/sipGroupQuery?appId=adg
Request Method:
GET
Request Headers:
Content-Type: application/json;charset=UTF-8
Sign: 05d7a50893e22a5c4bb3216ae3396c7c
Timestamp: 1630468800
Api-Key: bDqJFiq9
| 参数 | 说明 | 类型 |
|---|---|---|
| code | 状态码,0成功,其他失败参见响应状态码说明 | String |
| msg | 失败原因说明 | String |
| data | 该方法返回数组对象 | List |
| keyId | 主键ID | Integer |
| groupName | 坐席组名称 | String |
{
"status":"0",
"reason":"success",
"data":[{"keyId":1,"groupName":"12312"}]
}| status | 状态说明 |
|---|---|
| 0 | 成功 |
| -1 | 账号认证异常 |
| -2 | ip限制 |
| -10 | 余额不足 |
| -16 | 时间戳过期 |
| -18 | 系统异常 |