Hello,
I’m wondering what’s wrong in my request.
I want to retrieve meetings of a user within a period of less than 6 month,
https://api.zoom.us/v2/users/xxx@domain.com/recordings?trash_type=meeting_recordings&from='2019-10-23'&trash=false&mc=false&page_size=300
But the response shows a from value one month ago
{'from': '2020-03-20', 'to': '2020-03-21', 'page_count': 0, 'page_size': 0, 'total_records': 0, 'next_page_token': '', 'meetings': []}
Thanks for your help
Eric