I need our ticket system Request tracker from Best practical to search for all queues and return list of them. They could change and I do not want to hardcode them in source code or config files.
Is there search query for it?
search/queue?query=...
gives
RT/4.0.7 500 Server Error
Unsupported object type.
Or how can I modify ticket system to return list of all queues?
Ticket system: http://bestpractical.com/rt/
Thanks for suggestions
As far as I know the query you are looking for is not available in the RT REST api. From a similar question on the RT Users list:
http://lists.bestpractical.com/pipermail/rt-users/2011-October/073272.html