Webex · Schema
VoiceMessageDetails
CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The message identifier of the voicemail message. |
| duration | number | The duration (in seconds) of the voicemail message. Duration is not present for a FAX message. |
| callingParty | object | The calling party's details. For example, if user A calls user B and leaves a voicemail message, then A is the calling party. |
| urgent | boolean | `true` if the voicemail message is urgent. |
| confidential | boolean | `true` if the voicemail message is confidential. |
| read | boolean | `true` if the voicemail message has been read. |
| faxPageCount | number | Number of pages for the FAX. Only set for a FAX. |
| created | string | The date and time the voicemail message was created. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/VoiceMessageDetails",
"title": "VoiceMessageDetails",
"type": "object",
"required": [
"id",
"callingParty",
"created"
],
"properties": {
"id": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL01FU1NBR0UvNmQ0MTgyMTItZjUwNi00Yzk4LTk5MTItNmI1MmE1ZmU2ODgx",
"description": "The message identifier of the voicemail message."
},
"duration": {
"type": "number",
"example": 38,
"description": " The duration (in seconds) of the voicemail message. Duration is not present for a FAX message."
},
"callingParty": {
"$ref": "#/components/schemas/VoiceMailPartyInformation",
"description": "The calling party's details. For example, if user A calls user B and leaves a voicemail message, then A is the calling party."
},
"urgent": {
"type": "boolean",
"description": "`true` if the voicemail message is urgent."
},
"confidential": {
"type": "boolean",
"description": "`true` if the voicemail message is confidential."
},
"read": {
"type": "boolean",
"example": true,
"description": "`true` if the voicemail message has been read."
},
"faxPageCount": {
"type": "number",
"example": 2,
"description": "Number of pages for the FAX. Only set for a FAX."
},
"created": {
"type": "string",
"example": "2021-11-14T17:00:00.000Z",
"description": "The date and time the voicemail message was created."
}
}
}
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-voicemessagedetails"
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.