Webinar uuid starts with a '/' Unable to retrieve participant report even when it's encoded

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:

  1. GET /report/webinars/{webinarId}/participants using a UUID that begins with a ‘/’.
  2. See error

Hey @blaine.carter,

Can you share the webinarUUID you are passing in? How are you getting this webinarUUID?

Thanks,
Tommy

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