Polls endpoint return Polls and Quizzes both however quiz endpoint return empty array

API Endpoint(s) and/or Zoom API Event(s)

  • /past_meetings/{meetingUUID}/polls - Endpoint to get all polls of a meeting
  • /past_meetings/{meetingUUID}/qa - Ednpoints to get all QA of a meeting

Description
When we call the endpoint to get the polls of a meeting, in the response, we get the ressults of Polls and Quizzes both.

Error?
Is this an expected behavior or any issue with these 2 APIs ?

How To Reproduce
Steps to reproduce the behavior:

  1. Log into admin Zoom account.
  2. Click on the “surveys” on the left menu and choose "Polls and Quizzes* tab and select create. Create one Poll and one Quiz.
  3. Start a meeting as an admin as host with one more participants.
  4. Launch Poll and Quiz both. Let the participant involve in them.
  5. Call the endpoint GET /past_meetings/{meetingUUID}/polls and /past_meetings/{meetingUUID}/qa with the meetingUUID ===.

Expected Behavior
All polls should be returned as a response of /past_meetings/{meetingUUID}/polls.
All quizzes should be returned as a response of /past_meetings/{meetingUUID}/qa.

Actual Behavior
All polls and quizzes both are returned as a response of /past_meetings/{meetingUUID}/polls. The response to the endpoint /past_meetings/{meetingUUID}/qa.

Hi @martin.sommer , are you passing the correct uuid? The one that’s created after the meeting ends?

Use this endpoint to confirm it’s the correct uuid: Zoom Meeting API

Thanks for the answer @gianni.zoom

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.