cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1125
Views
0
Helpful
6
Replies

UCCX Script to get list of agents in a team or assigned a skill set

Yosse Lopez
Level 1
Level 1

Is there a way to get a list of resources/agents given a team?  If not possible, is there a way to get a list of resources that are assigned a specific skill set?

Thanks in advanced

Yosse

1 Accepted Solution

Accepted Solutions

So, if you look at the dev guide for 10.x, there is a Team and Resource API method which you could use to get team membership and then details about that member.

https://developer.cisco.com/fileMedia/download/6850746d-1139-4578-8290-0fd3979659ec

david

View solution in original post

6 Replies 6

Depending on the version the UCCX api might be able to give you this information. Are you looking to do something with that info in a script?

david

Yes.  I'm building a HTTP triggered script to serve as a wallboard. I will be displaying Logged In Agents, State, Time in State, Skill set for call (if on call).  I believe I'll need to get this info from multiple sources.

So, if you look at the dev guide for 10.x, there is a Team and Resource API method which you could use to get team membership and then details about that member.

https://developer.cisco.com/fileMedia/download/6850746d-1139-4578-8290-0fd3979659ec

david

I was able to complete my wallboard. Thanks for your reply.

When I use the team API on a small team, this works fine.  However, when the team is large, the REST request takes about 5 seconds, and the Make REST call step times out.  It doesn't matter what the Timed Out box is set to, the time out occurs within 3 seconds.  Any idea how to get around this?

If you use Postman to make the request does it take the same amount of time?

david

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: