Jericho / ZoomNet

.NET client library for the Zoom.us REST API v2
MIT License
69 stars 45 forks source link

Add get account call logs feature #323

Closed joshrogers-pg closed 7 months ago

joshrogers-pg commented 9 months ago

ZoomNet already provides the feature to retrieve the call logs for an individual user. It would also be beneficial to include the feature to retrieve an entire accounts call logs.

The API endpoint is here: https://developers.zoom.us/docs/api/rest/reference/phone/ma/#operation/accountCallLogs

Note: I hope to address this with a PR soon, but wanted to get it on your radar or someone else's if they can tackle sooner

Thank you.

Jericho commented 9 months ago

I'll be glad to accept your PR. In the mean time, have assigned this issue to you so it's clear that you are working on this new feature.

f-rakete commented 8 months ago

@joshrogers-pg hey there, I was looking for the same feature and it brought me here - Before I start on implementing this - did you already start on it? Happy to collab if you want, but I just don't want to repeat your work if its already in process.

joshrogers-pg commented 8 months ago

@f-rakete I have not begun implementing this as of yet. We had to engage Zoom support and the use case we had would not have been solved by this after all, so we had to divert a bit. Happy for you to take on, otherwise, I'll still tackle but just don't know when as of yet.

dyzenment commented 7 months ago

Hey everyone. I really need this feature so I added it along with unit tests for my project. I can submit a pull request if you have not worked on it.

Jericho commented 7 months ago

@dyzenment you should definitely submit a PR with your work.

Jericho commented 7 months ago

:tada: This issue has been resolved in version 0.71.0 :tada:

The release is available on:

Your GitReleaseManager bot :package::rocket: