Webex · Example Payload

Webex Get Conference Details Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Conference Details 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": "Get Conference Details",
  "method": "GET",
  "path": "/telephony/conference",
  "summary": "Get Conference Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "state": "connected",
        "appearance": 3,
        "created": "2023-03-02T15:00:00.000Z",
        "muted": false,
        "participants": [
          {
            "callId": "Y2lzY29zcGFyazovL3VzL0NBTEwvQkNMRC9jYWxsaGFsZi00ODg6MA",
            "muted": false,
            "deafened": false
          },
          {
            "callId": "Y2lzY29zcGFyazovL3VzL0NBTEwvQkNMRC9jYWxsaGFsZi00ODg6MQ",
            "muted": false,
            "deafened": false
          }
        ]
      }
    }
  ]
}