Webex · Example Payload

Webex Getsecondarylinesavailablepreferredanswerendpointlist Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getsecondarylinesavailablepreferredanswerendpointlist 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": "getSecondaryLinesAvailablePreferredAnswerEndpointList",
  "method": "GET",
  "path": "/telephony/config/people/me/settings/secondaryLines/{lineOwnerId}/availablePreferredAnswerEndpoints",
  "summary": "Get My Secondary Line Owner's Available Preferred Answer Endpoint List",
  "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": false
          }
        ]
      }
    }
  ]
}