API Endpoint(s) and/or Zoom API Event(s)
I am using api zoom us v2
users/$user_id/meetings/";
To get a list of future meetings. The api should return 300 records BUT I am only getting about 40.
I have noticed that the latest of these returned meetings is exactly 6 months from now.
Is there a limit on the api that says only fetch events within the next 6 months. Or is there a parameter I can pass that will mean it will return all events or events in the next 12 months etc.
There is a 6-month limit on Meeting Dashboard and Report data but not on the users’s available meeting IDs (ie Meetings that are valid and can be started).
If you pass ?type=upcoming&page_size=300, are there Meeting IDs that are not returned that should be?