I have a meeting ID 95769159141, which has two polls as per the Zoom report; however, when fetching it from the API https://api.zoom.us/v2/past_meetings/97716252896/polls, it only shows the latest polls; how to get all the Polls against a meeting ID
Hi @em-pgdl-8
Thanks for your patience here.
I just heard back from our Engineering team and it looks like what you are seeing and I was able to replicate is expected
This endpoint returns back all the questions included in both polls, so if you had 3 questions in one poll and 2 more in another one, when you query this endpoint, the 5 should be back in your response body, inside of the questions array
Sorry for the delay. I am using it to fetch poll details from here https://api.zoom.us/v2/past_meetings/95769159141/polls, and It shows the below result; however, when I am pulling the reports from Zoom itself, there are two separate poles (One is matching refer the 2nd screenshot, but the 3rd screenshot details which are downloaded from zoom itself unavailable in the API call), can you guide me where I am doing wrong?
Hi @em-pgdl-8
As I mentioned in the previous message, our engineering team confirmed that you will receive this endpoint, which returns all the questions included in both polls. It will put all the responses together.
Can you confirm that this meeting was held only once? if not, please use the meeting UUID in your request
The meeting in question was conducted only once. However, there were two separate polls conducted during this meeting. Currently, we can only view the details of the most recent poll. Nevertheless, when we generate reports using the Zoom frontend’s built-in reporting section, all poll details are included. This issue is not isolated; we have encountered similar problems with multiple polls conducted under our paid license.
Hi @em-pgdl-8
I looked into your meeting 95769159141 and it looks like this meeting was held 2 times.
It started 2 times on the same day. Can you please try calling the endpoint with the meeting UUID
You can get the meeting instances using this endpoint