I am building an app that integrates with Finesse using the API. I need to retrieve a list of all configured queues in the system on startup. How can I do this? At the moment I only seem to be able to:
A) Retrieve a specific queue based on its ID
OR
B) Retrieve a list of queues based on a single userid.
Would appreciate any help.