Webex · Example Payload

Webex Read Caller Id Settings For A Virtual Line Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Read Caller Id 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 Caller ID Settings for a Virtual Line",
  "method": "GET",
  "path": "/telephony/config/virtualLines/{virtualLineId}/callerId",
  "summary": "Read Caller ID Settings for a Virtual Line",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "types": [
          "DIRECT_LINE",
          "LOCATION_NUMBER",
          "CUSTOM"
        ],
        "selected": "DIRECT_LINE",
        "directNumber": "3182202028",
        "extensionNumber": "4000",
        "locationNumber": "+13182202021",
        "tollFreeLocationNumber": false,
        "firstName": "Lya",
        "lastName": "Charrel",
        "blockInForwardCallsEnabled": false,
        "externalCallerIdNamePolicy": "OTHER",
        "customExternalCallerIdName": "Lya Custom",
        "locationExternalCallerIdName": "Location caller id",
        "additionalExternalCallerIdDirectLineEnabled": false,
        "additionalExternalCallerIdLocationNumberEnabled": false,
        "additionalExternalCallerIdCustomNumber": "2025552000",
        "directLineCallerIdName": {
          "selection": "CUSTOM_NAME",
          "customName": "Lya Charrel"
        },
        "dialByFirstName": "Lya",
        "dialByLastName": "Charrel"
      }
    }
  ]
}