Webex · Example Payload

Webex Start Conference Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Start Conference 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": "Start Conference",
  "method": "POST",
  "path": "/telephony/conference",
  "summary": "Start Conference",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "callIds": [
          "Y2lzY29z...,Y2lzY30z..."
        ],
        "lineOwnerId": "Y2lzY29z..."
      }
    }
  ],
  "responseExamples": []
}