Webex · Example Payload

Webex Getlistavailablepreferredanswerendpoints Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getlistavailablepreferredanswerendpoints 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": "getListAvailablePreferredAnswerEndpoints",
  "method": "GET",
  "path": "/telephony/config/people/me/settings/availablePreferredAnswerEndpoints",
  "summary": "Get List Available Preferred Answer Endpoints",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "endpoints": [
          {
            "id": "Y2lzY29z...",
            "type": "DEVICE",
            "name": "Cisco 8865 (Phone in reception area)",
            "isPreferredAnswerEndpoint": false
          },
          {
            "id": "Y2lzY29b...",
            "type": "APPLICATION",
            "name": "Webex Desktop Application",
            "isPreferredAnswerEndpoint": true
          }
        ]
      }
    }
  ]
}