{ "operationId": "getInterpreterById", "method": "GET", "path": "/meetings/{meetingId}/interpreters/{interpreterId}", "summary": "Get a Meeting Interpreter", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json;charset=UTF-8", "example": { "id": "OGQ0OGRiM2U3ZTAxNDZiMGFjYzJjMzYxNDNmNGZhN2RfZTA5MTJiZDBjNWVlNDA4YjgxMTZlMjU4Zjg2NWIzZmM", "languageCode1": "en", "languageCode2": "de", "email": "marcus.hoffmann@example.com", "displayName": "Hoffmann" } } ] }