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

Rest API equivalent to LstmeetingattendeeHistory

hazeena farook
Cisco Employee
Cisco Employee

Is Webex Rest API having the same function LstmeetingattendeeHistory in XML API?

3 Replies 3

hazeena farook
Cisco Employee
Cisco Employee

Kindly use the REST APIs /reports to create an attendee/participant report or even the /meeting-participants API which would return the participants of each meeting you are fetching. 

For meeting-participants function, it states can return max 100 participant information. Is there a way to get participant Information when it is over 100?

You would need to paginate to pull additional pages of results. See https://developer.webex.com/docs/basics#pagination, which describes how pagination works.