cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
571
Views
5
Helpful
2
Replies

SQL Query for Team Resources

UCCE version 11.6

Does anybody know an SQL query where I could get a report of the Team Resources (Phone Books, Not Ready Reason Codes, Sign Out Reason codes, Wrap-up Reasons and Workflows) per team. 

We have 151 Agent Teams and writing down/taking print screens of each Team and each tab would be time consuming, to say the least. 

Thanks in advance,

Stefaan

1 Accepted Solution

Accepted Solutions

You have to use the Finesse API for this

https://<FQDN>/finesse/api/Teams

Team APIs - Finesse - Document - Cisco Developer

Please rate helpful posts and if applicable mark "Accept as a Solution".
Thanks, Thomas G. J.

View solution in original post

2 Replies 2

You have to use the Finesse API for this

https://<FQDN>/finesse/api/Teams

Team APIs - Finesse - Document - Cisco Developer

Please rate helpful posts and if applicable mark "Accept as a Solution".
Thanks, Thomas G. J.

This is the way the API is pretty straight forward and easy to consume. A bit of Python code will get you want you need.

david