Webex · Schema
TestCallRoutingPostResponse
CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| callSourceInfo | object | Only returned when `originatorNumber` is specified in the request. |
| destinationType | object | Destination type for the call. |
| routingAddress | string | FAC code if `destinationType` is FAC. The routing address will be returned for all other destination types. |
| outsideAccessCode | string | Outside access code. |
| isRejected | boolean | `true` if the call would be rejected. |
| hostedAgent | object | Returned when `destinationType` is `HOSTED_AGENT`. |
| hostedFeature | object | Returned when `destinationType` is `HOSTED_FEATURE`. |
| pbxUser | object | Returned when `destinationType` is `PBX_USER`. |
| pstnNumber | object | Returned when `destinationType` is `PSTN_NUMBER`. |
| virtualExtension | object | Returned when `destinationType` is `VIRTUAL_EXTENSION`. |
| virtualExtensionRange | object | Returned when `destinationType` is `VIRTUAL_EXTENSION_RANGE`. |
| routeList | object | Returned when `destinationType` is `ROUTE_LIST`. |
| featureAccessCode | object | Returned when `destinationType` is `FAC`. |
| emergency | object | Returned when `destinationType` is `EMERGENCY`. |
| repair | object | Returned when `destinationType` is `REPAIR`. |
| unknownExtension | object | Returned when `destinationType` is `UNKNOWN_EXTENSION`. |
| unknownNumber | object | Returned when `destinationType` is `UNKNOWN_NUMBER`. |
| appliedServices | array | Returned if any origin is configured with intercept details, outgoing permissions by type, or translation pattern. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/TestCallRoutingPostResponse",
"title": "TestCallRoutingPostResponse",
"type": "object",
"required": [
"destinationType",
"routingAddress",
"isRejected"
],
"properties": {
"callSourceInfo": {
"$ref": "#/components/schemas/CallSourceInfo",
"description": "Only returned when `originatorNumber` is specified in the request."
},
"destinationType": {
"$ref": "#/components/schemas/CallDestinationType",
"description": "Destination type for the call."
},
"routingAddress": {
"type": "string",
"example": "007",
"description": "FAC code if `destinationType` is FAC. The routing address will be returned for all other destination types."
},
"outsideAccessCode": {
"type": "string",
"example": "1234",
"description": "Outside access code."
},
"isRejected": {
"type": "boolean",
"description": "`true` if the call would be rejected."
},
"hostedAgent": {
"$ref": "#/components/schemas/HostedAgent",
"description": "Returned when `destinationType` is `HOSTED_AGENT`."
},
"hostedFeature": {
"$ref": "#/components/schemas/HostedFeature",
"description": "Returned when `destinationType` is `HOSTED_FEATURE`."
},
"pbxUser": {
"$ref": "#/components/schemas/PbxUser",
"description": "Returned when `destinationType` is `PBX_USER`."
},
"pstnNumber": {
"$ref": "#/components/schemas/PstnNumber",
"description": "Returned when `destinationType` is `PSTN_NUMBER`."
},
"virtualExtension": {
"$ref": "#/components/schemas/VirtualExtension",
"description": "Returned when `destinationType` is `VIRTUAL_EXTENSION`."
},
"virtualExtensionRange": {
"$ref": "#/components/schemas/VirtualExtensionRange",
"description": "Returned when `destinationType` is `VIRTUAL_EXTENSION_RANGE`."
},
"routeList": {
"$ref": "#/components/schemas/RouteList",
"description": "Returned when `destinationType` is `ROUTE_LIST`."
},
"featureAccessCode": {
"$ref": "#/components/schemas/FeatureAccessCode",
"description": "Returned when `destinationType` is `FAC`."
},
"emergency": {
"$ref": "#/components/schemas/Emergency",
"description": "Returned when `destinationType` is `EMERGENCY`."
},
"repair": {
"$ref": "#/components/schemas/Repair",
"description": "Returned when `destinationType` is `REPAIR`."
},
"unknownExtension": {
"$ref": "#/components/schemas/UnknownExtension",
"description": "Returned when `destinationType` is `UNKNOWN_EXTENSION`."
},
"unknownNumber": {
"$ref": "#/components/schemas/UnknownNumber",
"description": "Returned when `destinationType` is `UNKNOWN_NUMBER`."
},
"appliedServices": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AppliedServices"
},
"description": "Returned if any origin is configured with intercept details, outgoing permissions by type, or translation pattern."
}
}
}
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-testcallroutingpostresponse"
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.