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