Webex · Example Payload

Webex Admingetmeetingbyid Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Admingetmeetingbyid 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": "adminGetMeetingById",
  "method": "GET",
  "path": "/admin/meetings/{meetingId}",
  "summary": "Get a Meeting By an Admin",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json;charset=UTF-8",
      "example": {
        "id": "870f51ff287b41be84648412901e0402_20191101T120000Z",
        "meetingSeriesId": "870f51ff287b41be84648412901e0402",
        "meetingNumber": "123456789",
        "title": "Example Daily Meeting",
        "meetingType": "scheduledMeeting",
        "state": "ready",
        "hostDidJoin": true,
        "attendeeDidJoin": true,
        "isModified": false,
        "timezone": "UTC",
        "start": "2019-11-01T12:00:00Z",
        "end": "2019-11-01T13:00:00Z",
        "hostUserId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9jN2ZkNzNmMi05ZjFlLTQ3ZjctYWEwNS05ZWI5OGJiNjljYzY",
        "hostDisplayName": "John Andersen",
        "hostEmail": "john.andersen@example.com",
        "siteUrl": "site4-example.webex.com",
        "enabledAutoRecordMeeting": false,
        "allowAnyUserToBeCoHost": false,
        "enabledJoinBeforeHost": false,
        "enableConnectAudioBeforeHost": false,
        "joinBeforeHostMinutes": 0,
        "excludePassword": false,
        "publicMeeting": false,
        "reminderTime": 10,
        "unlockedMeetingJoinSecurity": "allowJoin",
        "sessionTypeId": 3,
        "enableAutomaticLock": false,
        "automaticLockMinutes": 0,
        "allowFirstUserToBeCoHost": false,
        "allowAuthenticatedDevices": false,
        "telephony": {
          "callInNumbers": [
            {
              "label": "US Toll",
              "callInNumber": "123456789",
              "tollType": "toll"
            }
          ],
          "links": [
            {
              "rel": "globalCallinNumbers",
              "href": "/api/v1/meetings/870f51ff287b41be84648412901e0402/globalCallinNumbers",
              "method": "GET"
            }
          ]
        },
        "meetingOptions": {
          "enabledChat": true,
          "enabledVideo": true,
          "enabledPolling": false,
          "enabledNote": true,
          "noteType": "allowAll",
          "enabledFileTransfer": false,
          "enabledUCFRichMedia": false
        },
        "attendeePrivileges": {
          "enabledShareContent": true,
          "enabledSaveDocument": false,
          "enabledPrintDocument": false,
          "enabledAnnotate": false,
          "enabledViewParticipantList": true,
          "enabledViewThumbnails": false,
          "enabledRemoteControl": true,
          "enabledViewAnyDocument": false,
          "enabledViewAnyPage": false,
          "enabledContactOperatorPrivately": false,
          "enabledChatHost": true,
          "enabledChatPresenter": true,
          "enabledChatOtherParticipants": true
        },
        "integrationTags": [
          "dbaeceebea5c4a63ac9d5ef1edfe36b9",
          "85e1d6319aa94c0583a6891280e3437d",
          "27226d1311b947f3a68d6bdf8e4e19a1"
        ],
        "scheduledType": "meeting",
        "enabledBreakoutSessions": true,
        "links": [
          {
            "rel": "breakoutSessions",
            "href": "/v1/meetings/870f51ff287b41be84648412901e0402/breakoutSessions",
            "method": "GET"
          }
        ],
        "trackingCodes": [
          {
            "name": "Department",
            "value": "Engineering"
          },
          {
            "name": "Division",
            "value": "Full-time"
          }
        ],
        "enabledAudioWatermark": true,
        "enabledVisualWatermark": true,
        "visualWatermarkOpacity": 10,
        "audioConnectionOptions": {
          "audioConnectionType": "VoIP",
          "enabledTollFreeCallIn": false,
          "enabledGlobalCallIn": false,
          "enabledAudienceCallBack": false,
          "entryAndExitTone": "beep",
          "allowHostToUnmuteParticipants": false,
          "allowAttendeeToUnmuteSelf": true,
          "muteAttendeeUponEntry": false
        },
        "enabledLiveStream": true,
        "liveStream": {
          "destination": "Youtube",
          "rtmpUrl": "rtmps://example.com:1935/MediaLive/WebexStreaming",
          "streamUrl": "https://example.com/Webex-Streaming/index_a.m3u8",
          "layoutWithoutSharedContent": "grid",
          "layoutWithSharedContent": "stack",
          "allowChangeLayoutInMeeting": false,
          "followStageLayoutWhenSynced": true,
          "resolution": "1920x1080"
        }
      }
    }
  ]
}