For Q&A, we are not getting the exact number of records using the below API endpoint “****/v2/report/webinars/{instance_id}/qa”
Request:
Parameters: ‘page_size’:300
Headers: Barer {access_token}
Response: Page_Size:300, next_page_token
Example:
webinar_id 979 6338 3478 for 2024-05-10 12:48:07 PM
From API we are getting 10 records
The csv from Zoom app we are getting: 24 records.
(issue): Why the number is not matching?