I’m attempting to GET a webinar participant report for a past webinar.
I GET https://api.zoom.us/v2/past_webinars/{webinarId}/instances to get the UUID.
The UUID returned begins with a ‘/’.
Error
When I try to call https://api.zoom.us/v2/report/webinars/{webinarId}/participants using the UUID, it errors out saying the webinar does not exist.
The UUID in the error message has dropped the ‘/’
This fails whether I encode the UUID in the URI or not.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
/report/webinars/{webinarId}/participants
/past_webinars/{webinarId}/instances
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- GET /report/webinars/{webinarId}/participants using a UUID that begins with a ‘/’.
- See error