User Community Feedback

Submitted ideas will be evaluated by our product teams for upcoming releases and will be responded to so you know where things stand. For product support, please use the community forums or contact TAC.

NOTE: All Cisco employees & Channel Partners must enter Ideas through this Ideas Portal.

Add tracking codes to REST API for meeting created using XML API

We would like to migrate from WebEx XML API to WebEx REST API.
We are setting about 4-5 tracking codes while creating meetings using XML API.

We would like to get these tracking codes while using WebEx REST API for getting meetings, getting recordings, getting transcriptions.

  1. The Meetings Endpoint should support setting, updating, and returning the Meeting Level Tracking Codes.

  2. The Recording Endpoint should support returning the Tracking Code set at the Meeting Level.

  • Guest
  • Sep 16 2021
  • Chen Hehe commented
    October 24, 2022 17:04

    This is a good feature to have for reporting

  • Ann Nguyen commented
    March 03, 2022 16:12

    We need this feature for reporting

  • lewis hamilton commented
    September 17, 2021 10:01

    <?xml version="1.0" encoding="UTF-8"?>

    <message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:serv="http://www.webex.com/schemas/2009/05/service">

    <header>

    <securityContext>

    <siteName>Site_Name</siteName>

    <webExID>SiteAdmin</webExID>

    <password>Password</password>

    <partnerID>webexpartner</partnerID>

    </securityContext>

    </header>

    <body>

    <bodyContent xsi:type="java:com.webex.service.binding.user.LstsummaryUser">

    <dataScope>

    <modifiedDateStart>10/01/2019 09:24:54</modifiedDateStart>

    <modifiedDateEnd>11/30/2019 09:24:54</modifiedDateEnd>

    <timeZoneID>4</timeZoneID>

    </dataScope>

    </bodyContent>

    </body>