请求域名:
- http://xx.com
请求URL:
xx.com/business/{公众号id}/plugin/OutboundSystem/getStatisticsList
请求类型
POST
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
search.staff_name | 否 | string | 员工名称 |
search.department_id | 否 | int | 部门id |
search.start_date | 否 | string | 标准时间格式 |
search.end_date | 否 | string | 标准时间格式 |
limit | 否 | int | 每页数量,默认15 |
返回示例:
正确时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
data[].staff_name | string | 员工姓名 |
data[].call_total | int | 拨打总数 |
data[].call_hour | float | 拨打总时长,小时 |
data[].thirty_total | int | 30秒以上的记录条数 |
data[].success_total | int | 接通数 |
data[].success_proportion | string | 接通率 |
data[].avg_time | int | 平均拨打时长,秒数 |