Description
I want data on which participants attended which webinars, with recurring ones separately.
To do that, should I use /users/{userId}/webinars to get all ids, then use /past_webinars/{webinarId}/instances to get all uuids, and finally use /past_webinars/{webinarId}/participants to get all participants?
And what is the webinarId in /past_webinars/{webinarId}/participants? Is it id or uuid or does it take both? If it’s id only, any other way I can get participants for each recurring webinar separately?
Which Endpoint/s?
/users/{userId}/webinars
/past_webinars/{webinarId}/instances
/past_webinars/{webinarId}/participants