I am attempting to request the survey response data from a webinar using the report/webinars/{webinar_id}/survey
API endpoint. I have added the scope report:read:webinar_survey:admin
as per the documentation (otherwise I do get an error that the scope is not applied, verifying that the scope is not the issue here).
I am getting the response:
{
“meeting_id”: 0,
“webinar_id”: 0
}
The webinar survey response data is available to download from the Zoom events portal confirming that the data exists. I am able to pull Q&A responses and other data from the webinar, but not the survey response data.
My account is the host of the webinar.
Is there something missing in regards to configuration or otherwise? Or is this a Zoom issue?