获取团队在线会议的历史记录-Microsoft Teams Graph API

时间:2020-09-02 01:58:29

标签: microsoft-graph-api microsoft-teams microsoft-graph-teams

我使用Microsoft Teams Graph Api。

我想获取在线团队会议的历史。

我使用了一种获取聊天列表的方法。

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

上面的代码结果包括这次安排的会议。

但是,它不包括即时会议。

我尝试了

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

这也不包括即时会议。

如何获取特定渠道(包括即时会议)的在线会议列表?

或者我想获得团队职位的完整列表。

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

我已阅读此页面“ VideoTeleconferenceId”,我不知道这是什么。

谢谢。

0 个答案:

没有答案