Description
When calling the API to get a past webinar’s questions, an empty array is returned.
/past_webinars/{webinarId}/qa
My webinar ID: 83328207959
Multiple questions were asked, all were responded with “Answer Live.”
My query URI: Uri = {https://api.zoom.us/v2/past_webinars/83328207959/qa}
Error
Response: {“id”:83328207959,“uuid”:“NGAfJTqjR36ve5IbcG4qmg==”,“start_time”:“2021-02-04T18:08:09Z”,“questions”:}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
How To Reproduce (If applicable)
Steps to reproduce the behavior:
Execute query, note empty array in result.
Additional context
All other API requests are working fine. Webinar detail, participants, attendees, etc.