Webex · Example Payload

Webex Createareport Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Createareport 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": "createAReport",
  "method": "POST",
  "path": "/partner/reports",
  "summary": "Create a Report",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "templateId": 5,
        "startDate": "2024-05-01",
        "endDate": "2024-05-05",
        "regionId": "US"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "reportId": "Y2lzY29zcGFyazovL3VybjpURUFNOnVzLWVhc3QtMV9pbnQxMy9SRVBPUlQvYWQwZDIwNTc1ZGEwNDVhNDhmYWQ0N2Q5NzRhYjQxZjI",
        "createdTime": "2024-05-27 17:02:43"
      }
    }
  ]
}