Webex · Schema

ListCallQueueAgentObject

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string Unique call queue agent identifier.
firstName string First name for the call queue agent.
lastName string Last name for the call queue agent.
phoneNumber string Primary phone number of the call queue agent.
extension string Primary phone extension of the call queue agent.
routingPrefix string Routing prefix of the call queue agent.
esn string Routing prefix + extension of a agent.
queueCount number Denotes the queue count for call queue agent.
locationCount number Denotes the location count for call queue agent.
joinCount number Denotes the join count for call queue agent.
unjoinCount number Denotes unjoin count for call queue agent.
location object The location information.
type string The type of the call queue agent.
View JSON Schema on GitHub

JSON Schema

webex-listcallqueueagentobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListCallQueueAgentObject",
  "title": "ListCallQueueAgentObject",
  "type": "object",
  "required": [
    "id",
    "firstName",
    "lastName",
    "queueCount",
    "locationCount",
    "joinCount",
    "unjoinCount",
    "location",
    "type"
  ],
  "properties": {
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8zYjY4Yjg2YS1hMTZiLTRmNzItOTlmZi01ZDlhZjgyZWNmNTE",
      "description": "Unique call queue agent identifier."
    },
    "firstName": {
      "type": "string",
      "example": "test_301_person_phone_extnsion",
      "description": "First name for the call queue agent."
    },
    "lastName": {
      "type": "string",
      "example": "last_nam",
      "description": "Last name for the call queue agent."
    },
    "phoneNumber": {
      "type": "string",
      "example": "+15558675309",
      "description": "Primary phone number of the call queue agent."
    },
    "extension": {
      "type": "string",
      "example": "23234",
      "description": "Primary phone extension of the call queue agent."
    },
    "routingPrefix": {
      "type": "string",
      "example": "8002",
      "description": "Routing prefix of the call queue agent."
    },
    "esn": {
      "type": "string",
      "example": "23234",
      "description": "Routing prefix + extension of a agent."
    },
    "queueCount": {
      "type": "number",
      "example": 1,
      "description": "Denotes the queue count for call queue agent."
    },
    "locationCount": {
      "type": "number",
      "example": 1,
      "description": "Denotes the location count for call queue agent."
    },
    "joinCount": {
      "type": "number",
      "example": 1,
      "description": "Denotes the join count for call queue agent."
    },
    "unjoinCount": {
      "type": "number",
      "description": "Denotes unjoin count for call queue agent."
    },
    "location": {
      "type": "object",
      "required": [
        "name",
        "id"
      ],
      "properties": {
        "name": {
          "type": "string",
          "example": "Location2",
          "description": "The location name where the call queue agent resides."
        },
        "id": {
          "type": "string",
          "example": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzVmMDI3OGZlLWU4OGMtNDMzNy04MGViLWRjY2NiM2VlMDU1MA",
          "description": "ID of location for call queue agent."
        }
      },
      "description": "The location information."
    },
    "type": {
      "type": "string",
      "example": "PEOPLE",
      "description": "The type of the call queue agent."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/webex-listcallqueueagentobject"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.