Release Notes 11.0.0 SP9
Important: The XML API 11.0.0 SP9 release changes some schema definitions. For the latest schema definitions, see the release notes announcements page. The features in this release are backward compatible with previous releases.
Overview
This release note describes the changes made in the release of Webex XML API 11.0.0 SP9. These changes apply to your integration with WBS 32. All features are backward compatible with existing integrations. The changes to the latest schema definitions are explained below.
What is New in this Release
This section describes the new features in XML API 11.0.0 SP9.
API getSite has new return values ECMeetingsUnlisted and TCMeetingsUnlisted
By customer request, the API getSite
now returns the API allMeetingsUnlisted
for Meeting Center meetings only. This API is meant to indicate whether meetings must be unlisted or not. Two new return values are added to the response under the node securityOptionsType
, for Event Center events (ECMeetingsUnlisted
) and Training Center sessions (TCMeetingsUnlisted
).
Affected APIs
getSite
Schema changes
A new field <xsd:element name="ECMeetingsUnlisted" type="xsd:boolean"/>
is added in response of getSite API, under node securityOptionsType.
A new field <xsd:element name="TCMeetingsUnlisted" type="xsd:boolean"/>
is added in response of getSite API, under node securityOptionsType.
Note: The existing field
<xsd:element name="allMeetingsUnlisted" type="xsd:boolean"/>
is for Meeting Center only.
Behavior Changes
getSite
API will return ECMeetingsUnlisted
and TCMeetingsUnlisted
attributes per request.
Release Versions
This feature is enabled in XML API version 11 only.
Known Issues
None
Related Release Information
The XML API schemas and release notes are available at the Cisco Webex Developer Portal:
The URL API release notes are available at the Cisco Webex Developer Portal: