Webex · Schema

ListCPCallParkExtensionObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string Unique identifier for the call park extension.
extension string The extension for the call park.
name string A unique name for the call park extension.
View JSON Schema on GitHub

JSON Schema

webex-listcpcallparkextensionobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListCPCallParkExtensionObject",
  "title": "ListCPCallParkExtensionObject",
  "type": "object",
  "required": [
    "id",
    "extension",
    "name"
  ],
  "properties": {
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0NBTExfUEFSS19FWFRFTlNJT04vMGYzZTkwNGItYzliNC00ODNmLWI4MWItZmI0ZjkyMWcxNDUzCg",
      "description": "Unique identifier for the call park extension."
    },
    "extension": {
      "type": "string",
      "example": "1415",
      "description": "The extension for the call park."
    },
    "name": {
      "type": "string",
      "example": "14159265",
      "description": "A unique name for the call park extension."
    }
  }
}