Webex · Example Payload

Webex Listreporttemplates Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Listreporttemplates 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": "listReportTemplates",
  "method": "GET",
  "path": "/partner/reports/templates",
  "summary": "List Report Templates",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          "templateId": 130,
          "title": "Calling Usage",
          "service": "Teams",
          "category": "Partner",
          "maxDays": 31,
          "dataStartDate": "2024-01-01",
          "dataEndDate": "2024-01-31"
        }
      ]
    }
  ]
}