Webex · Example Payload

Webex Getmysecondarylinespreferredanswerendpoint Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmysecondarylinespreferredanswerendpoint 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": "getMySecondaryLinesPreferredAnswerEndpoint",
  "method": "GET",
  "path": "/telephony/config/people/me/settings/secondaryLines/{lineOwnerId}/preferredAnswerEndpoint",
  "summary": "Get My Secondary Line Owner's Preferred Answer Endpoint",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29z...",
        "type": "DEVICE",
        "name": "Cisco 8865 (Phone in reception area)"
      }
    }
  ]
}