01-29-2016 08:00 AM
Hi
I'm testing my Finesse API Implementation, but I can't seem to get a list of queues for a user.. What configuration and agent state would be required for this (http://finesse1.xyz.com/finesse/api/User/1234/Queues) call to return a non empty list?
I initially had all agents just configured with skills, now I've gone ahead and assigned some to CSQs.. still, I'm only getting empty lists.
Thanks
Solved! Go to Solution.
02-24-2016 12:05 PM
Hi Stephan,
Your issue could be related to what is mentioned in the following post:
UCCX does not seem to support getting the list of queues for a user (the documentation is wrong).
In our UCCX deployment, every time a user's skills are changed, we will get an empty list of queues when we call the API. Restarting the Tomcat server has worked for us in getting the list of queues for a user back.
02-22-2016 11:51 AM
The admin can access the queue list. Not a desktop user. Could I ask the scenario you are trying to access?
02-22-2016 09:44 PM
ewindgat: As described in the Cisco Finesse Web Services Developer Guide Release 11.0 on page 121 and 122, all users can use the API "Queue—Get List of Queues for User" to retrieve a list of queues for any user. I just tested it on a Finesse server and e.g. an agent can get all queues hi is member of.
So, I guess the issue may back-end related.
stephan.steiner: Could you please explain your scenario? Are you able to retrieve user data by calling http://<FQDN>/finesse/api/User/<id> ?
(User - Get User)
02-24-2016 12:26 AM
@Tobias: I can get the user object just fine.. it just never contains any queues.
I suspect the backend as well.. I'm working against a CCX 10.6 here.
02-24-2016 12:05 PM
Hi Stephan,
Your issue could be related to what is mentioned in the following post:
UCCX does not seem to support getting the list of queues for a user (the documentation is wrong).
In our UCCX deployment, every time a user's skills are changed, we will get an empty list of queues when we call the API. Restarting the Tomcat server has worked for us in getting the list of queues for a user back.
02-25-2016 03:29 PM
@Juan is correct. UCCX does not support getting the list of queues for a user.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide