Webex · Example Payload

Webex Get Details For A Virtual Line Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Details 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": "Get Details for a Virtual Line",
  "method": "GET",
  "path": "/telephony/config/virtualLines/{virtualLineId}",
  "summary": "Get Details for a Virtual Line",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1ZJUlRVQUxfTElORS85Y2JmYjYxZi00ZGM0LTQ1NWItYmMzYS00NmI4YmY5YjQzNzk",
        "firstName": "Bob",
        "lastName": "Smith",
        "displayName": "Bob Smith",
        "directorySearchEnabled": "true",
        "announcementLanguage": "French",
        "timeZone": "Africa/Algiers",
        "number": {
          "external": "+15558675309",
          "extension": "5309",
          "primary": true
        },
        "devices": [
          {
            "id": "Y2lzY29zcGFyazovL3VybjpURUFNOnVzLWVhc3QtMl9hL0RFVklDRS9hNmYwYjhkMi01ZjdkLTQzZDItODAyNi0zM2JkNDg3NjYzMTg=",
            "description": [],
            "model": "DMS Cisco 6871",
            "mac": "123451234502",
            "primaryOwner": false,
            "owner": {
              "id": "Y2lzY29zcGFyazovL3VzL0FVVE9fQVRURU5EQU5UL2J6QjJlRGd6Ym1GeU5rQm1iR1Y0TWk1amFYTmpieTVqYjIw",
              "lastName": "Christian",
              "firstName": "Smith",
              "type": "PEOPLE"
            },
            "activationState": "ACTIVATED",
            "type": "PRIMARY"
          }
        ],
        "location": {
          "name": "Main Location Test",
          "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzMxMTYx",
          "address": {
            "address1": "771 Alder Drive",
            "address2": "Cisco Site 5",
            "city": "Milpitas",
            "state": "CA",
            "postalCode": "95035",
            "country": "US"
          }
        }
      }
    }
  ]
}