Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft Teams : REST APIs

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.

like image 297
Supreetha Upadhya Avatar asked Mar 10 '17 22:03

Supreetha Upadhya


People also ask

Does MS Teams have an API?

You can create websites, services, and native platform applications that run outside the Microsoft Teams user experience, and call the Teams API to automate Teams scenarios.

Does Microsoft Teams use Java?

Extending Teams From the developer perspective, Teams extensions are just web applications that we deploy to the Internet. We can use our existing Java skills, and even our existing apps, to create a Teams extension. After we create our app, all we need to do is to create a Teams manifest.

Can you integrate with Microsoft Teams?

Using Teams integration, you can invite anyone in the organization to view and collaborate on customer records right within a Teams chat or channel. You can also make and receive calls from within Dynamics 365 and get the work done more effectively.

Is Teams encrypted at rest?

Teams data is encrypted in transit and at rest in Microsoft data centers using industry standard technologies such as TLS and SRTP. This includes calling, messages, files, meetings, and other content.


1 Answers

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

like image 55
Dragan Panjkov Avatar answered Sep 21 '22 19:09

Dragan Panjkov