Webex · Example Payload

Webex Endmeeting Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Endmeeting 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": "endMeeting",
  "method": "POST",
  "path": "/meetings/{meetingId}/end",
  "summary": "End a Meeting",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "reason": "Agenda has been completed and the meeting is ended."
      }
    }
  ],
  "responseExamples": []
}