API call to retrieve a list of all upcoming scheduled webinars

I’m trying to retrieve a list of upcoming, scheduled webinars, but it seems like it might not be possible. I’m really surprised that this is missing from the API, but was hoping I was missing something.

When I try and use GET /users/me/meetings?type=scheduled&page_size=100 I only get back two webinars, but I’m missing 10 webinars.

I would like to get all the webinars for the account.

It seems like others have tried and failed or had to do significantly more work.

Is this possible now?

Thank you.

The endpoint you are using is designed to return meeting/webinars for a given user. In your example you are using the “me” keyword which means that your request will return meetings that were scheduled by you. My guess is that that missing meetings were scheduled by some of your colleagues. This would explain why your query is not returning all the meetings you are expecting (but keep in mind that I’m just guessing here)..

I am guessing that you want all meetings and/or webinars regardless of the user who scheduled them. If that’s the case, I think the Get upcoming events report endpoint is probably what you’re looking for.

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