When I make a call with a specific Queue Id it shows the SpecificDataJsonSchema:
But when I call QueueDefinitions with no Id provided, to get a list of all queues, the schema doesn’t show:
This means to find queues that have a schema, I have to first get all queues, then For Each through all of them and repeatedly call the API again to check if each queue has a schema. This is time consuming and resource intensive.
How can I get it to show me the schema value when pulling a list of all queues?