Description
We have observed different behavior in the below end points.
URL - https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/pastmeetingdetails
The above API return participant record as 1.
https://marketplace.zoom.us/docs/api-reference/zoom-api/dashboards/dashboardmeetingparticipants - It shows meeting id is invalid.
Based on the Support team suggestion we have implemented the below URL in our application. (Refer old case- zoom-meeting-id-is-invalid-error-http-status-3001/44755)
metrics/meetings/od8qaWJ5SEqRlnTO4IyZjQ==/participants?page_size=30&type=pastOne
Could you clarify the above behavior ?
Input
Meeting ID = kAubKTn3QpmvB1ScWaWDcg==
Thanks
Hi @qadonotreply05,
Can you make sure to double encode the URL and see if you still get this error?
Thanks,
Will
Hi,
As per instruction in the API, we are double encoding the ZoomInstanceID (i.e. kAubKTn3QpmvB1ScWaWDcg==). do you want me to encode the entire url
(i.e. https://api.zoom.us/v2/metrics/meetings/od8qaWJ5SEqRlnTO4IyZjQ==/participants?page_size=30&type=pastOne)
Note - Currently I’m trying in Market place API “Send Test Request”
Thanks
Hi @qadonotreply05,
These requests should return these meetings—this may be bug. We’re looking into it for you (ZOOM-261579).
Thanks,
Will
Hi,
Do i have any update on this?
Thanks
Hi @qadonotreply05,
Thanks for following up on this—we’re still working on this, but I should have an update for you shortly.
Thanks,
Will
Hey @qadonotreply05,
We believe this should now be resolved. Can you please retry your request? 
Thanks,
Will
Hi,
Great! Thanks, its returning the data now. Here I have one more doubt as per our last discussion have to pass querystring type=pastOne to retrieve the single participant record but in this case it returning the record only when i pass the querystring type=past .
Thanks
Hi @qadonotreply05,
When you use the query parameter type=pastOne, this will only work for meetings with 1 participant. You should use type=past for any past meetings with more than 1 participant.
Let me know if this helps to clarify!
Will