I’m trying to pull a full list of routing queues for our WFM adherence scripts. The routingQueuesApi.queuesGetQueues method only returns results for the default division by default. I’ve been looking through the JS SDK docs for a way to iterate through multiple divisions automatically, but I can’t find a clear example.
Here is my current setup. It works for one division, but I need to hit all of them. Is there a pagination trick or a specific parameter I’m missing to get everything in one go?