Webex · Example Payload

Webex Getmeetinghosttrackingcodes Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmeetinghosttrackingcodes 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": "getMeetingHostTrackingCodes",
  "method": "GET",
  "path": "/meetings/trackingCodes",
  "summary": "List Meeting Tracking Codes",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "id": "1",
            "name": "Department",
            "siteUrl": "example.webex.com",
            "inputMode": "text",
            "options": [
              {
                "value": "Engineering",
                "defaultValue": false
              },
              {
                "value": "Design",
                "defaultValue": true
              },
              {
                "value": "Sales",
                "defaultValue": false
              }
            ],
            "service": "MeetingCenter",
            "type": "optional"
          }
        ]
      }
    }
  ]
}