Webex · Example Payload

Webex Get Details For A Schedule Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Details For A Schedule 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 Details for a Schedule",
  "method": "GET",
  "path": "/telephony/config/locations/{locationId}/schedules/{type}/{scheduleId}",
  "summary": "Get Details for a Schedule",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1NDSEVEVUxFL1FWVlVUMEZVVkVWT1JFRk9WQzFJVDB4SlJFRlo",
        "name": "AUTOATTENDANT-HOLIDAY",
        "type": "holidays",
        "events": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1NDSEVEVUxFX0VWRU5UL1RtVjNJRmxsWVhJbmN5QkVZWGs",
            "name": "New Year's Day",
            "startDate": "2022-01-01",
            "endDate": "2022-01-01",
            "allDayEnabled": true,
            "recurrence": {
              "recurForEver": true,
              "recurYearlyByDate": {
                "dayOfMonth": 1,
                "month": "JANUARY"
              }
            }
          }
        ]
      }
    }
  ]
}