We have had a webinar “spanned” on 2 sessions, we forgot to set it as “recurring” (we are quite new zoom users), so the second day we simply change the date of the webinars to start it. No problems so far, the webinar went well and all the attendees where satisfied with the general experience, but when we try to retrieve the complete list of attendance through the API we find thant the first day was missing. If we go to “Account Management” -> “Reports”, the data are all correctly present and csv extractable, but if we call the endpoint " /report/webinars/{webinarId}/participants" we find only the attendance of the SECOND day, the FIRST is missing.
We think “maybe the change of the date blocks us”, so we try to set the webinar as “recurring with no fixed date” AFTER it ends, but no changes have happened on API result.
So again, we try to create a “correct” recurring webinar, with 2 fixed date, yesterday and today. We open it with 3 attendees, both yesterday and today, but when we call the endpoint again we have only the SECOND day attendance. Obviusly, we have already tested both WebinarID and UUID as parameter for the API call, but with no luck.
What are we doing wrong? We need to retrieve FULL list of attendances for tracking reason, what can we do?
When you query the APIa using the Meeting ID / Webinar ID of a recurring meeting / webinar, it will return you the latest instance o the meeting / webinar.