This shows you the differences between two versions of the page.
| en:custom_development_guide:apis:http:get_agent_stat_in_agent_group [2016/09/14 02:50] – created solo | en:custom_development_guide:apis:http:get_agent_stat_in_agent_group [2016/09/14 02:50] (current) – removed solo | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Get agent stat in agent group ====== | ||
| - | |||
| - | * 接口原型: | ||
| - | < | ||
| - | * 作用说明: | ||
| - | 根据队列号码, | ||
| - | * 参数说明: | ||
| - | |||
| - | ^ 参数名称 | ||
| - | |orgidentity|String|团队唯一标识| | ||
| - | |queuenumber|String|队列号码| | ||
| - | |type|String|< | ||
| - | Idle, 只获取组内空闲坐席数量 | ||
| - | ringing, 只获取组内振铃坐席数量 | ||
| - | pause, 只获取组内暂停坐席数量 | ||
| - | busy, 只获取组内通话坐席数量 | ||
| - | acw, 只获取组内话后坐席数量 | ||
| - | all或其它或缺省,代表获取各种状态的数量</ | ||
| - | |||
| - | |||
| - | |||
| - | * 返回结果: | ||
| - | |||
| - | 响应结果|数量或错误代码 | ||
| - | |||
| - | * 返回值类型: | ||
| - | * 返回值:0, | ||
| - | |||
| - | * 当type参数为Idle, | ||
| - | |||
| - | 例如 | ||
| - | 例如 | ||
| - | |||
| - | * 当type参数为all或其它或缺省时, | ||
| - | 例如 type=all, 返回结果 1|20|4|3|2|5|6, | ||
| - | 程序响应结果|签入坐席总数|空闲坐席数|振铃坐席数|暂停坐席数|通话坐席数|话后坐席数 | ||
| - | |||