通话队列
GET /apiv2/voice/queue_calls.json
调用权限
admin
curl 示例
curl https://{subdomain}.kf5.com/apiv2/voice/queue_calls.json?created_start=20170703&created_end=20170726 \
-v -u {email_address}:{password}| Name | Type | Read-only | Comment |
|---|---|---|---|
| callsid | string | yes | 会话ID |
| number | string | yes | 来电号码 |
| source | string | yes | 按键来源 |
| created | string | yes | 呼入时间 |
| queuetype | integer | yes | 队列类型 |
| fromattr | string | yes | 来自地区 |
| user_id | integer | yes | 用户UID |
| organization_name | string | yes | 公司组织 |
| name | string | yes | 用户名 |
| elaspe | integer | yes | 已等候时长 |
返回示例
Status: 200 OK{
"queue_calls": [
{
"callsid": "17072819174964210001022700690c84",
"number": "180080xxx65",
"source": null,
"created": "2017-07-28 19:18:00",
"queuetype": "0",
"fromattr": "四川成都",
"user_id": "17815427",
"organization_name": "百度",
"name": "龙湖三千集分店",
"elaspe": 8
}
]}