/reporting/api/v1/lookup/queues

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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
}
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Unauthorized

403

Forbidden

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json