分机状态列表

获取所有坐席分机当前状态

Get all agent extensions status

GET https://api.zycoo.net/coocenter-api/extensions/extension-hints-status

This endpoint allows you to get free cakes.

Headers

[
  {
    "agentName": "800",                    //坐席名称
    "extension": "800",                    //分机号码
    "extenType": "analogCallCenter",       //坐席类型:web坐席,SIP坐席,模拟分机坐席
    "status": "0"                          //状态码: 0:待机,1:通话中,2:忙线,4:离线,8:振铃中,16:保持
  },
  {
    "agentName": "801",
    "extension": "801",
    "extenType": "analogCallCenter",
    "status": "0"
  }
]
curl -X GET "http://192.168.12.183:8000/coocenter-api/extensions/extension-hints-status" -H "accept: application/json"

Last updated