List Webinars API not return some webinar information

Description/Error

I was using List Webinars API to get webinar detail reports and create preview page.
However, occurred any these problem…

  • I noticed List Webinars API not return some webinar information.
    -> some webinar hosted at 2019/12/02
  • Get a Webinars API was return “404 - code:3001(expired)” by use above webinar id.
  • By use List Webinars API (Dashboards) that specify type parameter to past, i had can get above webinar id and information

So, I want to confirm that.

  • Will Webinar ID expire 3 months after the hosted?
    -> manual or support information regarding above specification is exist ?(sorry, I couldn’t found this)
  • If Webinar Id is expired, the only way of get webinar information is using dashboards api?

Thanks so much, and sorry for poor english :pensive:

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
List Webinars
https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinars

Get a Webinar
https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinar

List Webinars(Dashboards)
https://marketplace.zoom.us/docs/api-reference/zoom-api/dashboards/dashboardwebinars

Hey @ujimamkt, your english is good :slight_smile:

This may clear things up:

To GET Future/Scheduled Webinars:

https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinars
https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinar

To GET Live/Current/Present Webinars:

Use query param ?type=live
https://marketplace.zoom.us/docs/api-reference/zoom-api/dashboards/dashboardwebinars
https://marketplace.zoom.us/docs/api-reference/zoom-api/dashboards/dashboardwebinardetail

To GET Past/Ended Webinars:

https://marketplace.zoom.us/docs/api-reference/zoom-api/reports/reportwebinardetails

Use query param ?type=past
https://marketplace.zoom.us/docs/api-reference/zoom-api/dashboards/dashboardwebinars
https://marketplace.zoom.us/docs/api-reference/zoom-api/dashboards/dashboardwebinardetail


Does that help?

Thanks,
Tommy

@tommy

Thanks for reply.

I understand how to use these API’s roll and using situation.
And that I think I want to the below APIs.

  • The api that getting a list of all webinar IDs by a particular user(not relate webinar’s type status).
  • Or, Want to setting more widly for List Webinars(Dashboards) API to/from parameter.
    -> For example, about 1 year (1 month is I felt like a bit of shortly).

Hope to getting more convenient and useful that Zoom API :slightly_smiling_face:

Best regards.
Makoto

Hey @ujimamkt,

As of now the List Webinar Dashboard endpoint can only go back 6 months, in one month increments.

Thanks,
Tommy

@tommy

Thaks for reply.

Thanks to detail API information.
Hmm :thinking:, I see. I’ll try to reconsider a part of structure of application by your information.

Best regards.
Makoto

Happy to help!

Let me know if you have additional questions.

Thanks,
Tommy