Webex · Example Payload

Webex Get Recording Audit Report Details Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Recording Audit Report Details 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": "Get Recording Audit Report Details",
  "method": "GET",
  "path": "/recordingReport/accessDetail",
  "summary": "Get Recording Audit Report Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json;charset=UTF-8",
      "example": {
        "items": [
          {
            "recordingId": "4f914b1dfe3c4d11a61730f18c0f5387",
            "topic": "Example Topic",
            "name": "John Andersen",
            "email": "john.andersen@example.com",
            "accessTime": "2020-07-13T17:05:35Z",
            "viewed": true,
            "downloaded": false
          },
          {
            "recordingId": "4f914b1dfe3c4d11a61730f18c0f5387",
            "topic": "Example Topic",
            "name": "Brenda Song",
            "email": "brenda.song@example.com",
            "accessTime": "2020-07-18T19:05:35Z",
            "viewed": false,
            "downloaded": true
          },
          {
            "recordingId": "4f914b1dfe3c4d11a61730f18c0f5387",
            "topic": "Example Topic",
            "name": "Joe Doe",
            "email": "joeDoe@example.com",
            "accessTime": "2020-08-18T19:08:33Z",
            "viewed": true,
            "downloaded": true
          }
        ]
      }
    }
  ]
}