This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:custom_development_guide:apis:webservice:get_waiting_stat_in_agent_group [2017/12/12 03:05] – external edit 127.0.0.1 | en:custom_development_guide:apis:webservice:get_waiting_stat_in_agent_group [2019/01/03 09:05] (current) – donnie | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| * Function: | * Function: | ||
| - | < | + | < |
| </ | </ | ||
| * Description: | * Description: | ||
| Line 12: | Line 12: | ||
| |queuenumber|String|queue number, 0 means all queues| | |queuenumber|String|queue number, 0 means all queues| | ||
| |prio|String|Priority, | |prio|String|Priority, | ||
| - | |callbackFuc|String|callback function| | ||
| Line 19: | Line 18: | ||
| < | < | ||
| - | {code:code,message:message} | + | code|message |
| + | 0:failed | ||
| + | 1: | ||
| </ | </ | ||
| - | * Type of the Return Value:JSON | + | * Type of the Return Value:String |
| * Return values: | * Return values: | ||
| ^ Value ^ Description | ^ Value ^ Description | ||
| - | |< | + | |< |
| message use ‘|’ as seprator,shows the number of callers | message use ‘|’ as seprator,shows the number of callers | ||
| total|ringing|waiting|talking | total|ringing|waiting|talking | ||
| Such as | Such as | ||
| - | {code:1,message:1|0|1|0}</ | + | 1|1|0|1|0</ |
| - | |< | + | |< |