A meeting has two reports but one is coming from api

We show our customers metric reports. For this using >>
GET
/report/meetings/{meetingId}/participants

But this meeting has two reports. This api request just only one report gets in. We using meeingId for this.

How do we get the two reports? Using uuid?

Hey @vedubox ,

Yes, to get a specific meeting, for example, an occurrence of a recurring meeting, one that has the same meeting ID, you will need to pass in the meetingUUID.

Thanks,
Tommy

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