Webex · Example Payload

Webex Getdevicemembers Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getdevicemembers 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": "getDeviceMembers",
  "method": "GET",
  "path": "/telephony/config/devices/{deviceId}/members",
  "summary": "Get Device Members",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "model": "DMS Cisco 192",
        "members": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9jODhiZGIwNC1jZjU5LTRjMjMtODQ4OC00NTNhOTE3ZDFlMjk",
            "firstName": "John",
            "lastName": "Smith",
            "phoneNumber": "2055552221",
            "extension": "000",
            "routingPrefix": "1234",
            "esn": "1234000",
            "primaryOwner": true,
            "port": 1,
            "t38FaxCompressionEnabled": false,
            "lineType": "SHARED_CALL_APPEARANCE",
            "lineWeight": 1,
            "hostIP": "10.0.0.45",
            "remoteIP": "192.102.12.84",
            "hotlineEnabled": true,
            "hotlineDestination": "+12055552222",
            "allowCallDeclineEnabled": true,
            "lineLabel": "share line label",
            "linePort": "evypzco5ds@55552222.int10.bcld.webex.com",
            "memberType": "PEOPLE",
            "location": {
              "name": "MainOffice",
              "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzJiNDkyZmZkLTRjNGItNGVmNS04YzAzLWE1MDYyYzM4NDA5Mw"
            }
          }
        ],
        "maxLineCount": 2
      }
    }
  ]
}