Hi @Radek
Thanks for reaching out to us!
Happy to see you again!
Yes, you would have to call the endpoint for all users under the account. and you are correct, you would need to call it in a loop to get all the months.
What do you mean on your last question number 3, the from should be the start of the month i believe
actually the last point - From date - is the most important. My first recording saved got date 19. 9. 2022. So this the my FROM date. This is the date I need to start listing all recordings till today. I got the date because I logged into my account and manually found out. But how can a script got such date?
Hi Radek!
For your script, I think you could do this monthly, so you can set up the initial from date to the first day of the month (for example in your case that would be 01.09.2022 all the way to the last day of the month, 30.09.2022)
hi Elisa
one more thing… I am not able to find documentation for this endpoint https://api.zoom.us/v2/accounts/me/recordings but it looks like it is working …
Thank you
Radek
We do not have an endpoint that will allow you to identify the first recording you have in your account and yes, you should not set the initial data to 1.1.2013 if you did not have an account back then, it seems like you would have to look for the first recording manually in the web portal and take it from there or to use the date when you first opened your Zoom account.
About the endpoint you mentioned, I do not think we have it documented, I will look internally to see if I can get more information but we do not have it documented. Thanks for bringing this up to our attention
Hi Radek,
I understand. The only workaround that I can think of right now is to make a call to the Get a user endpoint Users APIs - Zoom Developers
In the response body you will get the “created_at” field, that will tell you when the users profile/account was created and you can use that date as a reference