Webex · Schema
CallQueueGet
Details of a call queue that the agent has joined or may join.
CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique call queue identifier. |
| hasCxEssentials | boolean | Indicates if the call queue is `normal` or `CxEssentials`. |
| available | boolean | When `true` it indicates agent has joined the call center. |
| skillLevel | number | Call center skill level. |
| phoneNumber | string | Call center phone number. |
| extension | string | Call center extension. |
| allowLogOffEnabled | boolean | Determines whether a queue can be joined or not. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CallQueueGet",
"title": "CallQueueGet",
"type": "object",
"description": "Details of a call queue that the agent has joined or may join.",
"example": {
"id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS85M2JjZWQ2Mi1lYWRmLTQ0MGItYThiYi03ZWQ5ZWEwNzExMTg",
"hasCxEssentials": true,
"available": true,
"skillLevel": 1,
"phoneNumber": "+18555550101",
"extension": "50001",
"allowLogOffEnabled": false
},
"required": [
"id",
"allowLogOffEnabled"
],
"properties": {
"id": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS85M2JjZWQ2Mi1lYWRmLTQ0MGItYThiYi03ZWQ5ZWEwNzExMTg",
"description": "Unique call queue identifier."
},
"hasCxEssentials": {
"type": "boolean",
"example": true,
"description": "Indicates if the call queue is `normal` or `CxEssentials`."
},
"available": {
"type": "boolean",
"example": true,
"description": "When `true` it indicates agent has joined the call center."
},
"skillLevel": {
"type": "number",
"example": 1,
"description": "Call center skill level."
},
"phoneNumber": {
"type": "string",
"example": "+18555550101",
"description": "Call center phone number."
},
"extension": {
"type": "string",
"example": "50001",
"description": "Call center extension."
},
"allowLogOffEnabled": {
"type": "boolean",
"example": false,
"description": "Determines whether a queue can be joined or not."
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/webex-callqueueget"
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.