Jericho / ZoomNet

.NET client library for the Zoom.us REST API v2
MIT License
69 stars 46 forks source link

Add support for webinar participants report #284

Closed GiampaoloGabba closed 1 year ago

GiampaoloGabba commented 1 year ago

Currently we can get the participants report only for meeting.

To get them for webinars is very similar: https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/reportWebinarParticipants

GET /report/webinars/{webinarId}/participants Use this API to get a detailed report on each webinar attendee. You can get webinar participant reports for the last 6 months.

Jericho commented 1 year ago

This is a very nice improvement. I do not have access to Webinars so I'll trust that you tested. The fact that you included integration tests is greatly appreciated!

Jericho commented 1 year ago

:tada: This issue has been resolved in version 0.60.0 :tada:

The release is available on:

Your GitReleaseManager bot :package::rocket: