{ "operationId": "listcallhistory", "method": "GET", "path": "/telephony/calls/history", "summary": "List Call History", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "items": [ { "type": "placed", "name": "John Smith", "number": "+12225554444", "privacyEnabled": false, "time": "2016-04-21T17:00:00.000Z" } ] } } ] }