post https://api.motioncxapps.com/reporting/api/v1/lookup/queues
This call shows all queues in the system from the Reporting API.
- A queue is a location where work items can be delivered for distribution to agents.
- Authentication required, please visit this page for Authentication How To.
Parameters
- There are no Parameters in this request.
Responses available
- 200
- 401
- 403
Example return:
{
"resultCode": 0,
"resultCodeName": "Success",
"data": [
{
"id": 2051,
"name": "Chat"
},
{
"id": 2073,
"name": "Conditonal Field Testing"
},
{
"id": 2086,
"name": "Voice Inbound"
},
{
"id": 2080,
"name": "Test IB Email"
},
{
"id": 2074,
"name": "Test Queue"
}
],
"dataType": "IdNamePair",
"hasPaging": false
}