Webex · Example Payload

Webex Listcallhistory Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Listcallhistory 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": "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"
          }
        ]
      }
    }
  ]
}