Webex · Example Payload

Webex Query Status Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Query Status 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": "Query Status",
  "method": "GET",
  "path": "/xapi/status",
  "summary": "Query Status",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "deviceId": "Y2lzY29zcGFyazovL3VzL0RFVklDRS8wNTVkYThiNy02NWI2LTQ5NjgtOTg1ZC02ZmFjODcwOWMyMDM",
        "result": {
          "Audio": {
            "Volume": 75
          }
        }
      }
    }
  ]
}