{ "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 } ] } } ] }