GET /meetings/{meetingId}/recordings cannot deal with UUIDs that contain forward slashes

@michael_p.zoom @Zoom_Ingester Figured out a workaround. If you encode the UUID twice, it works.
So, now my UUID path parameter is set like so: encodeURIComponent(encodeURIComponent("/sTuPiD_UuIDbeGinS_w1thSl@sh"))

1 Like