/reporting/api/v1/lookup/queues

This call shows all queues in the system from the Reporting API.

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
}
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!