api
8 TopicsHow to get teams channel message from reply of a message id in ms graph?
Hi, I'm currently using the Microsoft Graph API to develop an app. I use https://graph.microsoft.com/v1.0/search/query to search for messages. I receive the results, which include both the original message and reply message. I want to use the message ID to retrieve the detailed message using this API: /teams/{team-id}/channels/{channel-id}/messages/{message-id}. If the message is the main message, it returns the details. However, if it's a reply, it returns a 404 error. Does this mean I need to obtain the main message ID from the reply? Is there any API or practical way I can use to retrieve it? Thank you!299Views1like3CommentsList of a Tenant's future online meetings in Teams
Newbie here! We're looking to leverage the Microsoft Graph API to pull a list of all the future online meetings created in Teams within a tenant for display in our app. Alternatively, a list of all future online meetings for a particular organizer would be great, too. Any recommendations on how we'd get there?Solved2KViews1like3CommentsAPI to access recordings / streams of Teams calls
Our app is trying to connect with the recordings of Teams calls. Does anyone have experience with accessing the recordings/streams for a given user for both playback and metadata. For example, getting from oAuth —> videoTeleconferenceId —> microsoftstream —> mp4 source (if that's possible) Also, experience controlling an embedded player: play, pause, seek, get_time type of calls.Solved2.7KViews1like2Comments