Webex · Example Payload

Webex Get Voiceportal Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Voiceportal 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 VoicePortal",
  "method": "GET",
  "path": "/telephony/config/locations/{locationId}/voicePortal",
  "summary": "Get VoicePortal",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1ZPSUNFTUFJTF9HUk9VUC8yZmQzZGMwMy0yZWRhLTQ4NmUtODdhYS0xODY1ZDI5YWExZWI",
        "name": "test voicePortal",
        "language": "English",
        "languageCode": "en_us",
        "extension": "0007",
        "phoneNumber": "+1345325235",
        "firstName": "firstName",
        "lastName": "lastName",
        "directLineCallerIdName": {
          "selection": "CUSTOM_NAME",
          "customName": "Hakim Smith"
        },
        "dialByName": "Hakim Smith"
      }
    }
  ]
}