Microsoft Teams : REST APIs

2019-03-15 15:52发布

问题:

I'm interested in getting data(metadata and content of files) out of Microsoft Teams into my application using REST APIs. I have looked at Office 365 APIs and Graph APIs but, I could not find supporting documentation for Microsoft Teams.

Any suggestions will be greatly appreciated. Thank you!

回答1:

Teams API is now added to beta endpoint in Microsoft Graph. In documentation, you can find it together with Groups. Post, Channel and Chat Thread are available. For example, documentation for "channel" resource is here: https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/resources/channel



回答2:

We do not have Teams APIs available at this time. Our extensibility options are limited to experiences within the Teams application.