Recurring webinars

Description
How to get all the occurrence Ids of a recurring webinar through Zoom API

Error
Was trying to get registrants of a recurring webinar. I know the webinar and occurrence Ids but trying to get it programmatically… when I call get webinar by /webinars/{Webinar Id} it gives me all the details except occurrences and their Ids which is required to call following url:
https://api.zoom.us/v2/webinars/{webinar_id}/registrants?occurrence_id={occurrence_id}

Which App Type (OAuth / Chatbot / JWT / Webhook)?
I’m using JWT

Which Endpoint/s?

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request URL / Headers (without credentials) / Body
  2. See error

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Hey @adil.aleem1281

Thanks for posting on the Zoom Devforum! I am still learning, but I will try my best to help answer your question. :slightly_smiling_face:

Checkout these related threads that may have the answer you are looking for:

If these threads did not help, please let us know by replying back here and someone from the Developer Relations team will get back to you shortly.

Thanks,
DeveloperBot

These answers are not relevant.

There was a parameter I forgot to use that’s why occurrences were not coming along with the webinar details.

https://api.zoom.us/v2/webinars/{webinar_id}?show_previous_occurrences=true

Hey @adil.aleem1281,

Apologies for the delay, but happy to hear you figured this out! :100:

Best,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.