Description
Hello, I have a little problem understanding what past instances mean. I want to take all QA’s for the past webinars using this endpoint (https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/listpastwebinarqa), but when I use the webinarId from the Zoom UI it returns something like this (Meeting does not exist: webinarId), so I try to use the past webinar instance (https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/pastwebinars) to get the UUID and use it in QA’s endpoint… but the past webinar instances returns empty array… So what can I do in order to take the QA’s for my webinars.
Error
List past webinar instances
{
“webinars”:
}
List Q&A of Past Webinars
{
“code”: 3001,
“message”: “Meeting does not exist: 86444632675.”
}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
Best Regards,
Ionut P.