Webex · Example Payload

Webex Getreportdetails Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getreportdetails 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": "getReportDetails",
  "method": "GET",
  "path": "/partner/reports/{reportId}",
  "summary": "Get Report Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "reportId": "Y2lzY29zcGFyazovL3VybjpURUFNOnVzLWVhc3QtMV9pbnQxMy9SRVBPUlQvYWQwZDIwNTc1ZGEwNDVhNDhmYWQ0N2Q5NzRhYjQxZjI",
        "templateId": 5,
        "title": "Calling Usage Reports",
        "service": "Teams",
        "startDate": "2024-02-23",
        "endDate": "2024-03-24",
        "regionId": "US",
        "createdTime": "2024-03-24 17:13:39",
        "status": "done",
        "fileName": "Calling Usage_12345_Org_2024-05-01_2024-05-05.csv",
        "fileSize": 0,
        "checksum": "12345",
        "downloadURL": "https://downloadservicebts.webex.com/api?reportId=Y2lzY29zcGFyazovL3VzL1JFUE9SVC9hZDBkMjA1NzVkYTA0NWE0OGZhZDQ3ZDk3NGFiNDFmMg",
        "downloadUrlExpiryTime": "3600"
      }
    }
  ]
}