Recently, when attempting to retrieve the list of polls (/webinars/{webinarId}/polls) and their results (/past_webinars/{webinarId}/polls) from a webinar, I’ve noticed that the list does not display all the polls. There are poll IDs in the results that do not appear in the poll list.
I’ve already done it, the “List past webinar poll results” shows results from 2 different polls as expected, that’s correct, but the “List a webinar’s polls” only shows one poll, as you can see in here:
Endpoint /v2/report/webinars/{webinarId}/polls is already compatible the new design , but /v2/webinars/{webinarId}/polls still doesn’t support the new design and is set to be fixed.