Webex · Example Payload

Webex Get Details For An Operating Mode Holiday Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Details For An Operating Mode Holiday 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 an Operating Mode Holiday",
  "method": "GET",
  "path": "/telephony/config/operatingModes/{modeId}/holidays/{holidayId}",
  "summary": "Get details for an Operating Mode Holiday",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1NDSEVEVUxFX0VWRU5UL2E4Mjg5NzIyLTFiODAtNDFiNy05Njc4LTBlNzdhZThjMTIwOQ",
        "name": "Christmas",
        "allDayEnabled": true,
        "startDate": "2024-12-25",
        "endDate": "2024-12-26",
        "startTime": "09:00",
        "endTime": "17:00",
        "recurrence": {
          "recurYearlyByDay": {
            "day": "TUESDAY",
            "week": "FIRST",
            "month": "JANUARY"
          }
        }
      }
    }
  ]
}