{ "operationId": "List Respondents of a Question", "method": "GET", "path": "/meetings/polls/{pollId}/questions/{questionId}/respondents", "summary": "List Respondents of a Question", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json;charset=UTF-8", "example": { "items": [ { "displayName": "John Andersen", "email": "john.andersen@example.com", "answers": [ "Green" ] } ] } } ] }