cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
143
Views
0
Helpful
3
Replies

When are the LstmeetingattendeeHistory XML API Deprecated?

mococo
Level 1
Level 1

Other XML API not working, but LstmeetingattendeeHistory is still working. When are the LstmeetingattendeeHistory XML API Deprecated?

1 Accepted Solution

All meetings related XML APIs (including LstmeetingattendeeHistory) were deprecated on March 31st 2024, see XML API Deprecation document. That does not necessarily mean that the APIs are completely shut down though.

In any case, recommendation is to move to REST APIs for all current XML API implementations you've got. For LstmeetingattendeeHistory, the REST API equivalent is https://developer.webex.com/docs/api/v1/meetings-summary-report/list-meeting-attendee-reports. You can also use https://developer.webex.com/docs/api/v1/meeting-participants/list-meeting-participants for live participant data, available once the meeting is in progress.

View solution in original post

3 Replies 3

Raffaele Lagana
Cisco Employee
Cisco Employee

When you say that other XML APIs aren't working, what exactly is happening? Do you get an error, if yes what is it?

Also, note that some meeting related XML APIs may still continue to work for some time after the deprecation (that already occurred March 31st), some of the backend services may not yet be turned off.

yes, I got an error so I modified it as a rest api. Did you know when the LstmeetingattendeeHistory XML API exaclt deprecated? I just want to know the date.

All meetings related XML APIs (including LstmeetingattendeeHistory) were deprecated on March 31st 2024, see XML API Deprecation document. That does not necessarily mean that the APIs are completely shut down though.

In any case, recommendation is to move to REST APIs for all current XML API implementations you've got. For LstmeetingattendeeHistory, the REST API equivalent is https://developer.webex.com/docs/api/v1/meetings-summary-report/list-meeting-attendee-reports. You can also use https://developer.webex.com/docs/api/v1/meeting-participants/list-meeting-participants for live participant data, available once the meeting is in progress.