XML API 8.0.0 SP 1 Release Notes
GetSite API response now has two added return fields that return 'customer dial restriction'
Description:
GetSite API response now has two added return fields: <SupportCustomDialRestriction> and <CustomDialingRestrictionURL>
Affected API's:
GetSite
Event Center Session/Attendee report APIs support "Preliminary Report" option
Description:
The ReportDB need synchronize with WebDB. So LsteventattendeeHistory/LsteventsessionHistory has 24 hours delay. Event Center need support preliminary report so that customer can get summary session/attendee report after the meetings. The event center page has supported attendee preliminary report as follows:

Webex reports Usage Report support session preliminary report:

XMLAPI will keep the same logic with page.
Affected API's:
LsteventAttendeePreliminaryHistory()
LsteventSessionPreliminaryHistory()
LsteventAttendeePreliminaryHistory() is used for EC attendee preliminary report,
LsteventSessionPreliminaryHistory() is used for EC session preliminary report.
XMLAPI now logs "login failed" IP, username and password to wbxeventlog
Description:
When Cloud services team has received lockout issue for 3 tickets, they need to analyze archive logs and compare IP address from XMLAPI server there. API now insert records into wbxeventlog when user logon fails via XMLAPI request.
Affected API's:
LstSummarySession and GetSessionInfo return flag of JoinBeforeHost and meeting status for example END status
Description:
LstSummarySession() and GetSessionInfo() need add two flags: Joinbeforehost and MeetingStatus. JoinBeforeHost represent if the attendee can join the meeting before host.
Affected API's:
LstSummarySession()
GetSessionInfo()
XML Schema
Add two items under the root element:
GetSessioninfo:
LstsummarySession:
Item description:
Item | Type | Description |
---|---|---|
allowJBH | Boolean | If allow attendee join the meeting before host |
meetingStatus | String | The status of the meeting |
Bug Fixes
N/A