Webex · Example Payload

Webex Read Voicemail Settings For A Virtual Line Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Read Voicemail Settings For A Virtual Line Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "Read Voicemail Settings for a Virtual Line",
  "method": "GET",
  "path": "/telephony/config/virtualLines/{virtualLineId}/voicemail",
  "summary": "Read Voicemail Settings for a Virtual Line",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "enabled": true,
        "sendAllCalls": {
          "enabled": true
        },
        "sendBusyCalls": {
          "enabled": false,
          "greeting": "DEFAULT",
          "greetingUploaded": false
        },
        "sendUnansweredCalls": {
          "enabled": false,
          "greeting": "DEFAULT",
          "greetingUploaded": true,
          "numberOfRings": 3,
          "systemMaxNumberOfRings": 20
        },
        "notifications": {
          "enabled": true,
          "destination": "julie@example.com"
        },
        "transferToNumber": {
          "enabled": false
        },
        "emailCopyOfMessage": {
          "enabled": false,
          "emailId": "julie@example.com"
        },
        "messageStorage": {
          "mwiEnabled": true,
          "storageType": "INTERNAL",
          "externalEmail": "julia@example.com"
        },
        "faxMessage": {
          "enabled": false
        },
        "voiceMessageForwardingEnabled": false,
        "announcementLanguageCode": "en_us"
      }
    }
  ]
}