Description
I’m currently pulling data from the most recent webinar QA, and I’m not seeing questions that were asked in the webinar show up in the payload. We are reusing the same Meeting ID FYI, but I have also confirmed with using the uuid in the endpoint in place with the Meeting ID that the data still is not in payload. Is there something preventing this data from coming over? I have more that one instance of this Meeting ID that I would like to recover the QA from.Thanks
Error
There is no error being returned
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Steps:
I’m using Postman to directly call the request endpoint: {{baseUrl}}/past_webinars/95438613522/qa
which is part of the collections that Zoom provides us. The “{{baseUrl}}” == https://api.zoom.us/v2 . That’s really all there is to my steps. By the way that’s the valid meeting id in question provided in the URL.