Release Notes 10.0.0 SP12
Important: The XML API 10.0.0 SP12 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 10.0.0 SP12. These changes apply to your integration with WBS 31. 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 10.0.0 SP12.
View, recover, or delete recordings from the Recordings Trash Bin
Support for the Recording Trash Bin is added to the XML API. Deleted recordings are moved to the Trash Bin, and can be recovered for a period of 30 days (by default). Recordings in the Trash Bin can be listed and permanently deleted.
Affected APIs
APIs |
New/Existing |
Description |
DelRecording |
Existing |
Deletes the recording (and moves it to trash bin). |
RecoverRecordingFromRecycleBin |
New |
Restores/recovers recording from trash bin. |
DelRecordingFromRecycleBin |
New |
Deletes recording permanently. Can also be used to empty trash bin. |
LstRecordingInRecycleBin |
New |
Lists the recordings in trash bin. A user can get the list of recordings owned. No query for other user's recordings by site administrator. |
Schema changes
DelRecording
retains its original schema. Only its functionality is impacted.
Schemas are defined for the new API's below.
RecoverRecordingFromRecycleBin
Request:
Response:
DelRecordingFromRecycleBin
Request:
Response:
LstRecordingInRecycleBin
Note: Only the AND condition is supported. The OR condition is not supported in order to avoid latent performance issues.
Request:

Response:

Behavior Changed
DelRecording
no longer deletes the recording from WBXNBRRecordingConfig
table. Instead, it deletes any RecoverRecordingFlag record
and adds a NewDeleteRecordFlag record
for the RecordID
.
DB Design
The following items are changed in WBXNBRRecordingConfig
table.
DB Item Name |
DB Item Value |
Description |
RecoverRecordingFlag |
Boolean (Design, so far only has value '1') |
If the flag is set, it means that the recording is recovered from the trash bin. |
NewDeleteRecordFlag |
Boolean (Design, so far only has value '1') |
If the flag is set, it means that the recording has been moved to the trash bin. |
Productivity Tools can now handle meetings on sites that were renamed or upgraded. A new node oldSiteNames
is returned by the getSite
API.
Affected API
GetSite
returns an extra node oldSiteNames
.
Schema changes

Behavior Changed
None.
Design
When the request header RETURNOLDSITENAMES
is TRUE
, the GetSite
API checks if the target site has any oldSiteName
in the WebDB table WbxSiteRename
through siteID. If it exists, it will concatenate all old site names with comma character in the response oldSiteNames
node.
As the getSite
API is frequently used by lots of customers or users, to avoid a performance impact, it returns oldSiteNames
only when the RETURNOLDSITENAMES
header is TRUE
.
Sample Response
Known Issues
None.
The XML API schemas and release notes are available at the Cisco Webex Developer Portal:
XML API Reference
The URL API release notes are available at the Cisco Webex Developer Portal:
URL API Reference