SOLVED

How to Get team Online Meeting history..

Brass Contributor

Greetings,

I use Microsoft Teams Graph Api.

I want to get Online Meeting histories.

I used a way to get the chat list.

 

https://graph.microsoft.com/beta/teams/{teamid}/channels/{channelId}/messages https://graph.microsoft.com/beta/chats/{channelId}/messages

 

Result of code above include this scheduled meetings.

However, it does not include Instant meetings.

 

and I tried,

 

https://graph.microsoft.com/v1.0/groups/{group-id}/events

This, too, does not include an Instant Meeting.

 

How can I get a list of online meetings for specific channels include Instant Meeting?

Or I'd like to get a full list of the team's posts.

 

https://docs.microsoft.com/en-us/graph/api/onlinemeeting-get?view=graph-rest-1.0&tabs=http

I've read this page, 'VideoTeleconferenceId' I don't know what this is.

 

Thanks.

1 Reply
best response confirmed by BoHyun (Brass Contributor)
Solution

@BoHyun 

 

Currently it is not possible to get the instant meeting details. And you raise a user voice if you want to be consider in future request.
1 best response

Accepted Solutions
best response confirmed by BoHyun (Brass Contributor)
Solution

@BoHyun 

 

Currently it is not possible to get the instant meeting details. And you raise a user voice if you want to be consider in future request.

View solution in original post