Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change reports to pull webinar_uuid #32

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

alisa-aylward-toast
Copy link

@alisa-aylward-toast alisa-aylward-toast commented May 31, 2024

Description of change

Changing report webinars and participants to pull each UUID rather than ID; this means they're a child of webinars

Per the documentation, if you pass webinar_id you get only the last result per webinar, but if you pass UUID, you get the results for the UUID:
https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/reportWebinarDetails

The webinar's ID or universally unique ID (UUID).If you provide a webinar ID, the API will return a response for the latest webinar instance.If you provide a webinar UUID that begins with a / character or contains the // characters, you must double encode the webinar UUID before making an API request.

webinarId
string
The webinar's ID or universally unique ID (UUID).

If you provide a webinar ID, the API will return a response for the latest webinar instance.
If you provide a webinar UUID that begins with a / character or contains the // characters, you must double encode the webinar UUID before making an API request.

Add new fields to participants:
https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/reportMeetingParticipants

Manual QA steps

I built locally and ran. before, I got a total of 6 results for report_webinars, all grouped together, all with different ids.

After, I got a record for report_webinars after every webinar, closer to 50 results

Risks

Rollback steps

  • revert this branch

@alisa-aylward-toast alisa-aylward-toast marked this pull request as ready for review June 3, 2024 19:07
@rdeshmukh15 rdeshmukh15 self-requested a review June 25, 2024 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant