How to get registrants for past Recurring webinar?

** List webinar registrants**
Zoom Meeting API

Description
*How to get occurrenceID of past Recurring webinar?

Error?
First Webinar 2023/02/14 12:00 Pm Ended→if I want to get definitely registrant list count ,occurrenceid is need .Right?
Second Webinar 2023/02/15 12:00 PM
Error →When webinar ended ,List webinar registrants APi is get 2023/02/15 registrant list count

Please support me.

@ttmyint Hope you will be fine.

You have different ways to achieve that

→ using Webinar API → /webinars/{webinarId}/registrants
→ using WebHook

For the recurring webinars, you need to pass webinar occurrence_id as a query parameter.

You can only use the WebinarId integer number, not uuid.

If any queries still please ask. Thanks

1 Like

@freelancer.nak Thank you.

I would like to know past recurring webinar registrant ?
not participant.

Please support me

@ttmyint replied here :point_down:

1 Like

@freelancer.nak thanks
Error is following, please check and support me

/webinars/{webinarId}/registrants

Error?
First Webinar 2023/02/14 12:00 Pm Ended→if I want to get definitely registrant list count ,occurrenceid is need .Right?
Second Webinar 2023/02/15 12:00 PM
Error →When webinar ended ,List webinar registrants APi is get 2023/02/15 webinar registrant list count

For your query :point_up_2:/webinars/{webinarId}.

1 Like

:point_up_2: Please use show_previous_occurrences query parameter :point_down:

1 Like

@freelancer.nak Thanks
I am not understand.
Please details . Please use show_previous_occurrences query parameter :point_down:

/webinars/{webinarId}/show_previous_occurrences?
Right?

Nope, please try /webinars/{webinarId}?show_previous_occurrences=true.

1 Like

@freelancer.nak Thanks

I will try.