Webex · Example Payload

Webex Getmeetingcontrol Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmeetingcontrol 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": "getMeetingControl",
  "method": "GET",
  "path": "/meetings/controls",
  "summary": "Get Meeting Control Status",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "locked": false,
        "recordingStarted": true,
        "recordingPaused": true
      }
    }
  ]
}