Webex · Example Payload

Webex Get Location Voicemail Group Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Location Voicemail Group 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": "Get Location Voicemail Group",
  "method": "GET",
  "path": "/telephony/config/locations/{locationId}/voicemailGroups/{voicemailGroupId}",
  "summary": "Get Location Voicemail Group",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "a7dd4d39-4a78-4516-955f-7810dbe379cf",
        "name": "Voicemail Group Name",
        "phoneNumber": "+16066412147",
        "extension": "1273",
        "routingPrefix": "123",
        "esn": "1231273",
        "tollFreeNumber": "false",
        "firstName": "rcdnfTest",
        "lastName": "rcdnlTest",
        "enabled": true,
        "languageCode": "en_us",
        "greeting": "DEFAULT",
        "greetingUploaded": true,
        "greetingDescription": "greetings.wav",
        "messageStorage": {
          "storageType": "EXTERNAL",
          "externalEmail": "user@flex2.cisco.com"
        },
        "notifications": {
          "enabled": true,
          "destination": "user@flex2.cisco.com"
        },
        "faxMessage": {
          "enabled": true,
          "phoneNumber": "+1234234324",
          "extension": "23455"
        },
        "transferToNumber": {
          "enabled": true,
          "destination": "+12147691003"
        },
        "emailCopyOfMessage": {
          "enabled": true,
          "emailId": "<user@flex2.cisco.com"
        },
        "voiceMessageForwardingEnabled": true,
        "directLineCallerIdName": {
          "selection": "CUSTOM_NAME",
          "customName": "Hakim Smith"
        },
        "dialByName": "Hakim Smith"
      }
    }
  ]
}