Webex · Example Payload

Webex Get Details For An Operating Mode Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Details For An Operating Mode 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",
  "method": "GET",
  "path": "/telephony/config/operatingModes/{modeId}",
  "summary": "Get Details for an Operating Mode",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL09QRVJBVElOR19NT0RFL2JiOTc1OTcxLTBjZWYtNDdhNi05Yzc5LTliZWFjY2IwYjg4Mg",
        "name": "Day Operating Mode",
        "type": "HOLIDAY",
        "level": "LOCATION",
        "location": {
          "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2E4Mjg5NzIyLTFiODAtNDFiNy05Njc4LTBlNzdhZThjMTA5OA",
          "name": "Cisco-HQ"
        },
        "callForwarding": {
          "enabled": true,
          "destination": "+19705550006",
          "destinationVoicemailEnabled": false
        },
        "holidays": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1NDSEVEVUxFX0VWRU5UL2E4Mjg5NzIyLTFiODAtNDFiNy05Njc4LTBlNzdhZThjMTIwOQ",
            "name": "Christmas",
            "allDayEnabled": true,
            "startDate": "2024-12-25",
            "endDate": "2024-12-26",
            "recurrence": {
              "recurYearlyByDate": {
                "dayOfMonth": 1,
                "month": "JANUARY"
              }
            }
          }
        ]
      }
    }
  ]
}