Report API not fetching result

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

Hi @ConnectWithShipra,

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.

Let me know if this helps,
Will

Hello Will,
Thank you for replying.
That could explain why these api is not returning the data

  • /metrics/meetings/{zoomMeetingId}/participants
  • /metrics/meetings/{zoomMeetingId}/participants/qos

but why i am not getting data for the other 3 calls as they dont require pastOne tag:

  • /report/meetings/{zoomMeetingId}
  • /report/meetings/{zoomMeetingId}/participants
  • /metrics/meetings/{zoomMeetingId}

Hey @ConnectWithShipra,

The other APIs listed will not return data if there were no participants in a meeting (other than the host).

Let me know if that helps.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.