Using the rest API

In FreePBX I am trying to get a json object equivalent to the command “queue show”.
this works:
curl -v -u ${user}:${password} -X GET "http://localhost:8088/ari/asterisk/info
but how do I read queues?
I tried asterisk/applications and it returns an empty list
ideally it should be asterisk/application/queue
what am I missing?

There is no such functionality in the Asterisk REST interface.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.