Webex · Example Payload

Webex Retrieve The List Of Available Operating Modes In A Location Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Retrieve The List Of Available Operating Modes In A Location 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": "Retrieve the List of Available Operating Modes in a Location",
  "method": "GET",
  "path": "/telephony/config/locations/{locationId}/operatingModes/availableOperatingModes",
  "summary": "Retrieve the List of Available Operating Modes in a Location",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "operatingModes": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL09QRVJBVElOR19NT0RFL2JiOTc1OTcxLTBjZWYtNDdhNi05Yzc5LTliZWFjY2IwYjg4Mg",
            "name": "Day Operating Mode"
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL09QRVJBVElOR19NT0RFLzcxYzNjYjA2LWE5YjMtNDc1MS1hZGI1LTdiZDc2MWY5MTAwYg",
            "name": "Outage Operating Mode"
          }
        ]
      }
    }
  ]
}