cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1414
Views
20
Helpful
5
Replies

Queue Stats CCX

Badar Ali
Level 1
Level 1

Hi,

We are using a get api to fetch queue statistics for UCCE 12.0 and above. We use the following API for this purpose:

https://developer.cisco.com/docs/finesse/#!queue%e2%80%94get-list-of-queues-for-user

However, when we tried fetching queue statistics for UCCX (12.6), it returned -1 value for all fields like agentsReadyagentsNotReady etc.

On the other hand, when we see the finesse it is able to display queue stats for CCX.

Please suggest what API we should use to get queue stats for CCX.

Thanks

5 Replies 5

This API only returns queue data for CCE not for UCCX.

david

Okay, so how does finesse get queue data for UCCX? Does it use any other API?

For UCCX none that you have access to. Try reading from the DB directly is what I’ve seen most commonly used for wallboards/real time data.

david

in uccx these following works...it must be a POST api call...

https://ccxFQDN:9443/realtime/VoiceCSQDetailsStats

AgentStateDetailStats
.VoiceIAQStats
voicecsqstats
VoiceCSQDetailsStats

So these are not supported and it has been posted before that they should not be used as it might have unintended consequences. So be very very careful on how you use these.

david