Recording list doesn't fill up

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

Hey @EVant,

Checkout the solution here:

Also make sure to include the to query param.

Thanks,
Tommy

Ok
I found my mistake… quotes around the date aren’t good

1 Like

Happy to hear you resolved the issue! :slight_smile:

-Tommy