Webex · Example Payload

Webex Get List Of Devices Assigned For A Virtual Line Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get List Of Devices Assigned 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 List of Devices assigned for a Virtual Line",
  "method": "GET",
  "path": "/telephony/config/virtualLines/{virtualLineId}/devices",
  "summary": "Get List of Devices assigned for a Virtual Line",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "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"
            }
          }
        ],
        "availableEndpointType": "SHARED_CALL_APPEARANCE",
        "maxDeviceCount": 35
      }
    }
  ]
}