Endpoint for meeting participant reports

After the last Zoom APIs update, the endpoint for meeting participant reports no longer responds as before and we are no longer able to reconstruct a report similar to the one we get from the web user interface.

In particular, the number of participants does not match and not all records are readed.

Which endpoint should we use to retrieve exactly the same data we see in the website user interface reports?

Alternatively, can we generate a download link for the reports? how?

Thanks

Hi @PERRONE ,

Can you please clarify all the endpoints you’re querying so we can further investigate?

Thank you,
Gianni

Hi Gianni,

The endpoint that no longer works as before is:
https://api.zoom.us/v2/metrics/meetings{meetingID}/participants?type=past

At this time, the number of participants returned from this endpoint is not what we expect.

If we call the endpoint:

https://api.zoom.us/v2/past_meetings/{meetingUUID}/participants

instead we get the number of lines we expect.

Thank you,

Elio

Hi @PERRONE ,

Thank you! Can you please submit a support ticket with the full request and response bodies for each endpoint so we can investigate the discrepancy. This does not align with expected behavior.

Gianni