Forum Discussion
Questionbudy
Nov 29, 2023Copper Contributor
Get a list of all meeting and call IDs
Hi
I am trying to get full call stats, a bit like the VoIP platforms offer.
Most of the information I need is accessible using "List sessions". But this can only be used for a single "Meeting or call ID".
How can I get a list of all users 'Meeting or call ID' as shown on https://admin.teams.microsoft.com/ in this section 'users/Manage Users/[user]/Meetings and calls'? I opened a ticket with support, but they don't seem to know.
Note: The information shown with getPstnCalls is incomplete (e.g., call transfer is not shown), and it does not provide a proper call ID to be used with 'List sessions'.
Thanks
1 Reply
Sort By
- There is no "list all meetings" endpoint, you have to know the meetingID. The alternative is to create a subscription against the /communications/callRecords endpoint and capture everything.