Webex · Example Payload

Webex Get Room Meeting Details Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Room Meeting 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 Room Meeting Details",
  "method": "GET",
  "path": "/rooms/{roomId}/meetingInfo",
  "summary": "Get Room Meeting Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "roomId": "Y2lzY29zcGFyazovL3VzL1JPT00vYmJjZWIxYWQtNDNmMS0zYjU4LTkxNDctZjE0YmIwYzRkMTU0",
        "meetingLink": "https://cisco.webex.com/m/37a7d3a8-6563-487f-9577-cd029101c087",
        "sipAddress": "201632887@cisco.webex.com",
        "meetingNumber": "201632887",
        "meetingId": "c1c30b52501b4d34aa75a57bdb867853",
        "callInTollFreeNumber": "+1-866-432-9903",
        "callInTollNumber": "+1-408-525-6800"
      }
    }
  ]
}