Webex · Example Payload

Webex Getmeetingsessiontypebyid Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmeetingsessiontypebyid 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": "getMeetingSessionTypeById",
  "method": "GET",
  "path": "/meetings/sessionTypes/{sessionTypeId}",
  "summary": "Get a Meeting Session Type",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json;charset=UTF-8",
      "example": {
        "id": "628",
        "name": "Webex Meetings EC 2.0 meeting",
        "type": "meeting",
        "attendeesCapacity": 1000
      }
    }
  ]
}