Webex · Example Payload

Webex Execute Command Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Execute Command 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": "Execute Command",
  "method": "POST",
  "path": "/xapi/command/{commandName}",
  "summary": "Execute Command",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "deviceId": "Y2lzY29zcGFyazovL3VzL0RFVklDRS8wNTVkYThiNy02NWI2LTQ5NjgtOTg1ZC02ZmFjODcwOWMyMDM",
        "arguments": {
          "Level": 50
        },
        "result": {
          "Booking": {
            "Id": "foo",
            "Title": "Booking Title",
            "Protocol": "SIP",
            "Time": {
              "StartTime": "2020-07-01T13:00:00Z",
              "Duration": 60
            },
            "Organizer": {
              "Name": "John Doe"
            },
            "Number": "number@example.com"
          }
        }
      }
    }
  ]
}