Webex · Example Payload

Webex Read The List Of Operating Modes Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Read The List Of Operating Modes 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": "Read the List of Operating Modes",
  "method": "GET",
  "path": "/telephony/config/operatingModes",
  "summary": "Read the List of Operating Modes",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "operatingModes": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL09QRVJBVElOR19NT0RFL2JiOTc1OTcxLTBjZWYtNDdhNi05Yzc5LTliZWFjY2IwYjg4Mg",
            "name": "Day Operating Mode",
            "type": "SAME_HOURS_DAILY",
            "level": "LOCATION",
            "location": {
              "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2E4Mjg5NzIyLTFiODAtNDFiNy05Njc4LTBlNzdhZThjMTA5OA",
              "name": "Cisco-HQ"
            },
            "callForwarding": {
              "enabled": true,
              "destination": "+19705550006",
              "destinationVoicemailEnabled": false
            }
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL09QRVJBVElOR19NT0RFLzcxYzNjYjA2LWE5YjMtNDc1MS1hZGI1LTdiZDc2MWY5MTAwYg",
            "name": "Outage Operating Mode",
            "type": "NONE",
            "level": "ORGANIZATION",
            "callForwarding": {
              "enabled": true,
              "destination": "+19705550007",
              "destinationVoicemailEnabled": true
            }
          }
        ]
      }
    }
  ]
}