In relation to the
get /users/{userId}/meetings
I’m facing an issue where this API fails to return all possible results. An example of this is I can manually verify that a user has more than one meeting in a day, under separate meeting ID’s, however the API only returns 1 result. This behaviour is random as requesting meetings for a different user will return all the meetings successfully. What does seem consistent, but I can’t fully confirm is that certain meeting ID’s are never returned for a user - however if I manually get the ID and retrieve recordings using the appropriate API endpoint, I can do so successfully.
I have tried everything I can think of and extensively searched for a solution with no joy - any thoughts would be appreciated.
I am using the following URL parameters:
type: previous_meetings
from: (code generated date/time)
to: (code generated date/time)
timezone: UTC
page_size: 300