Webex · Example Payload

Webex List Of Recording Audit Report Summaries Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Of Recording Audit Report Summaries 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": "List of Recording Audit Report Summaries",
  "method": "GET",
  "path": "/recordingReport/accessSummary",
  "summary": "List of Recording Audit Report Summaries",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json;charset=UTF-8",
      "example": {
        "items": [
          {
            "recordingId": "4f914b1dfe3c4d11a61730f18c0f5387",
            "topic": "Example Topic",
            "timeRecorded": "2020-07-13T17:05:35Z",
            "siteUrl": "site4-example.webex.com",
            "hostEmail": "john.andersen@example.com",
            "viewCount": 18,
            "downloadCount": 10
          },
          {
            "recordingId": "3324fb76946249cfa07fc30b3ccbf580",
            "topic": "Example Topic",
            "timeRecorded": "2020-07-13T17:05:35Z",
            "siteUrl": "site4-example.webex.com",
            "hostEmail": "john.andersen@example.com",
            "viewCount": 0,
            "downloadCount": 2
          },
          {
            "recordingId": "42b80117a2a74dcf9863bf06264f8075",
            "topic": "Example Topic",
            "timeRecorded": "2020-07-13T17:05:35Z",
            "siteUrl": "site4-example.webex.com",
            "hostEmail": "john.andersen@example.com",
            "viewCount": 7,
            "downloadCount": 20
          }
        ]
      }
    }
  ]
}