Hi everyone!
I’m using Zapier’s API Request (Beta) in Zoom.
I want to retrieve a list of All meetings on an account.
Request URL https://api.zoom.us/v2/users/me/meetings
Unfortunately I’m getting only 30 records, instead of all.
Screenshot: Screenshot-2023-05-08-at-15-58-25 hosted at ImgBB — ImgBB
Any ideas on how to get list of all meetings?
Hi @meldenys ,
Since you passed the me
parameter, I just want to confirm that you’re only looking for meetings on your account.
Please also note that the page_size
default is 30, but you can change this number to a max of 300 to see as many meetings for the user within that limit: https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/meetings
1 Like