获取分机状态

接口地址

GET/webAPI/webHttpAPI.php

参数:

参数名 是否必须 类型 参数值 说明
userName string 公司账号名 公司账号名
passWord string 密钥 通过获取密钥接口生成
model string getExtenStatus 调用方法
agent string 分机

请求示例

http://xxx.xxx.xxx.xxx/webAPI/webHttpAPI.php?model=getExtenStatus&agent=801&userName=xxx&passWord=xxxx

返回信息

{
    "status": true,
    "msg": {
        "extension": "8002",
        "status": "4",
        "ut": "1691078646",
        "dnd": "1",
        "dnd_type": "",
        "work_no": "",
        "call_after": 0
    }
}
参数名 类型 参数值
status boolean true false
msg string
∟extension string 分机
∟status string 分机状态 0 空闲 1 通话中 4未注册 8震铃
∟dnd string 示忙状态 1示忙中 0非示忙
∟dnd_type string 示忙类型
∟work_no string 工号
∟ut string 更新时间