Microsoft Commands: REST API

I am interested in receiving data (metadata and file contents) from Microsoft Team into my application using the REST API. I looked through the API API 375 and Graph API, but I could not find supporting documentation for the Microsoft commands.

Any suggestions would be highly appreciated. Thanks!

+5
source share
2 answers

API commands are now added to the beta endpoint in Microsoft Graph. In the documentation you can find it along with groups. Message, channel and chat are available. For example, the documentation for the "channel" resource is here: https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/resources/channel

+5
source

We currently do not have group APIs. Our extensibility capabilities are limited by experience in the Teams app.

+1
source

Source: https://habr.com/ru/post/1265318/


All Articles