Hi,
It’s my understanding that in a recurring meeting, the uuid is the same for all occurrences, as is the meeting id (from this post). However, when a meeting starts/finishes then it gets a unique “ended” uuid?
I’m first getting occurence IDs from here https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meeting by setting show_previous_occurrences
query param to true.
For each of those occurrence IDs, I need the uuid for things like participants of that particular occurrence. I’m assuming every occurrence ID represents a meeting that has finished. So I give it back to https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meeting , except this time with occurrence_id
query param to the occurrence ID. Example of an occurrence_id I am passing: 1607029200000
with meeting ID: 99813181589
In the response I get everything the documentation says I should get back except for the uuid field, where I am hoping is the ended uuid unique to that instance.
This answer seems to indicate the process I did above Meeting ID versus UUID Confusion - #6 by tommy
Hoping for clarification. Thank you!
As an aside the actual api for participant reports returns the email participant key as “email” not “user_email” as the documentation states