This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:custom_development_guide:apis:http:get_waiting_stat_in_agent_group [2016/09/14 01:34] – liuxl | en:custom_development_guide:apis:http:get_waiting_stat_in_agent_group [2019/01/02 07:46] (current) – donnie | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| * Reques String: | * Reques String: | ||
| - | < | + | < |
| </ | </ | ||
| * Description: | * Description: | ||
| Line 9: | Line 9: | ||
| ^ Params | ^ Params | ||
| + | |EVENT|String|queueCustomerNum| | ||
| |orgidentity|String|team identity string| | |orgidentity|String|team identity string| | ||
| |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 19: | ||
| < | < | ||
| - | {code: | + | |Retuen|code|Retuen|message |
| </ | </ | ||
| - | * 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}</ | + | |Retuen|1|Retuen|1|0|1|0</ |
| - | |< | + | |< |