Is there a graph api request to get the conversations/comments in a teams meeting/call?

Michael Godby 1 Reputation point
2021-03-23T02:40:45.223+00:00

I use this graph api request to get the teams meeting/call id: https://learn.microsoft.com/en-us/graph/api/application-post-calls?view=graph-rest-1.0&tabs=http#http-request

And I use this request to get the participants of the teams meeting/call: https://learn.microsoft.com/en-us/graph/api/call-list-participants?view=graph-rest-1.0&tabs=http

And I'm wondering if there is an api request I can use that can get the conversations made in the teams meeting/call? Or if there is a way to get the comments/conversations made by a participant in that call?

When I search for it online I find this request: https://learn.microsoft.com/en-us/graph/api/group-get-thread?view=graph-rest-1.0&tabs=http, but its for a group and not necessarily for a teams meeting/call.

I just want to confirm if there is a graph api to get the conversations/comments made in a Teams meeting or call? Thank you.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,951 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,231 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Mamatha-MSFT 161 Reputation points
    2021-03-26T10:57:11.347+00:00

    Currently there no Graph API request to get the conversations/comments in a teams meeting/call.

    Microsoft will always focus on customer’s feedback and experience, some new features would be added to the services based on customers' feedback in the future, we also recommend you raise a UserVoice here.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.