Description: Get the maximum number of created phones in an agent group.
Parameters | Description | Required | Type |
---|---|---|---|
voiceGroupId |
Agent group ID(Agent group query returns voiceGroupId) |
Yes |
Integer |
https://api.onbuka.com/v3/cc/seat/querySipTotal
Request URL:
https://api.onbuka.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
Parameters | Description | Type |
---|---|---|
status |
status code,0 is successful. For other failures, please refer to the interface response code |
String |
reason |
Failure reason description |
String |
data |
Object |
JSONObject |
total |
Maximum number of seats |
Integer |
remaining |
Number of remaining creations |
Integer |
{
"status": "0",
"reason": "success",
"data": {
"total":12,
"remaining":12
}
}
Feedback
Need help?
Click here and start chatting with us!