Webex · Example Payload

Webex Getpreferredanswerendpoint Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getpreferredanswerendpoint 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": "getPreferredAnswerEndpoint",
  "method": "GET",
  "path": "/telephony/config/people/{personId}/preferredAnswerEndpoint",
  "summary": "Get Preferred Answer Endpoint",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "preferredAnswerEndpointId": "Y2lzY29z...",
        "endpoints": [
          {
            "id": "Y2lzY29z...",
            "type": "DEVICE",
            "name": "Cisco 8865 (Phone in reception area)"
          },
          {
            "id": "Y2lzY29b...",
            "type": "APPLICATION",
            "name": "Webex Desktop Application"
          }
        ]
      }
    }
  ]
}