Webex · Example Payload

Webex Getpersondevices Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getpersondevices 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": "getPersonDevices",
  "method": "GET",
  "path": "/telephony/config/people/{personId}/devices",
  "summary": "Get Person Devices",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "devices": [
          {
            "id": "Y2lzY29zcGFyazovL3VybjpURUFNOnVzLWVhc3QtMV9pbnQxMy9DQUxMSU5HX0RFVklDRS8zMDAyZWJiZi1iMTVmLTQ1ODktYWNiZS1kZjY3OTA3MTU5NWE=",
            "descriptions": [
              "Your tag",
              "John Doe (Cisco 8875)"
            ],
            "model": "DMS Cisco 8875",
            "modelType": "MPP",
            "mac": "52EAD324FD21",
            "ipAddress": "10.201.128.187",
            "displayName": "Cisco 8875",
            "primaryOwner": true,
            "type": "PRIMARY",
            "hoteling": {
              "enabled": true,
              "limitGuestUse": true,
              "guestHoursLimit": 5
            },
            "owner": {
              "id": "Y2lzY29zcGFyazovL3VzL1BFUlNPTi81NzU2YWE1Yy03YjQ0LTQ3MjQtOGQ3ZS03NDE1MGVjODc4YmQ",
              "type": "PEOPLE",
              "firstName": "John",
              "lastName": "Doe"
            }
          }
        ],
        "maxDeviceCount": 1,
        "maxOwnedDeviceCount": 1
      }
    }
  ]
}