I am trying to call following end point to generate consolidated report of a meeting:
/report/meetings/{zoomMeetingId}
/report/meetings/{zoomMeetingId}/participants
/metrics/meetings/{zoomMeetingId}/participants
/metrics/meetings/{zoomMeetingId}
/metrics/meetings/{zoomMeetingId}/participants/qos
But the api are not returning any result instead throwing exception “Meeting Not found”.
I have created around 150 meetings and out of these only 20 meetings are returning the result only for dashboard api.
Can you please help out here.
96659178741 - Meeting Id not returning data
98231823594 - Meeting Id returning data for dashboard api only
How many participants were in your meetings? If there was only 1 participant, you’ll need to use the ?type=pastOne query parameter. If there was more than 1, you will need to use the type=past query parameter.