Webex · Schema
GetVoicePortalObject
CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Voice Portal ID |
| name | string | Voice Portal Name. |
| language | string | Language for audio announcements. |
| languageCode | string | Language code for voicemail group audio announcement. |
| extension | string | Extension of incoming call. |
| phoneNumber | string | Phone Number of incoming call. |
| firstName | string | Caller ID First Name. This field has been deprecated. Please use `directLineCallerIdName` and `dialByName` instead. |
| lastName | string | Caller ID Last Name. This field has been deprecated. Please use `directLineCallerIdName` and `dialByName` instead. |
| directLineCallerIdName | object | Settings for the direct line caller ID name to be shown for this voice portal. |
| dialByName | string | The name to be used for dial by name functions. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/GetVoicePortalObject",
"title": "GetVoicePortalObject",
"type": "object",
"properties": {
"id": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL1ZPSUNFTUFJTF9HUk9VUC8yZmQzZGMwMy0yZWRhLTQ4NmUtODdhYS0xODY1ZDI5YWExZWI",
"description": "Voice Portal ID"
},
"name": {
"type": "string",
"example": "test voicePortal",
"description": "Voice Portal Name."
},
"language": {
"type": "string",
"example": "English",
"description": "Language for audio announcements."
},
"languageCode": {
"type": "string",
"example": "en_us",
"description": "Language code for voicemail group audio announcement."
},
"extension": {
"type": "string",
"example": "0007",
"description": "Extension of incoming call."
},
"phoneNumber": {
"type": "string",
"example": "+1345325235",
"description": "Phone Number of incoming call."
},
"firstName": {
"type": "string",
"example": "firstName",
"description": "Caller ID First Name. This field has been deprecated. Please use `directLineCallerIdName` and `dialByName` instead."
},
"lastName": {
"type": "string",
"example": "lastName",
"description": "Caller ID Last Name. This field has been deprecated. Please use `directLineCallerIdName` and `dialByName` instead."
},
"directLineCallerIdName": {
"$ref": "#/components/schemas/DirectLineCallerIdNameObject",
"description": "Settings for the direct line caller ID name to be shown for this voice portal."
},
"dialByName": {
"type": "string",
"example": "Hakim Smith",
"description": "The name to be used for dial by name functions."
}
}
}
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-getvoiceportalobject"
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.