Forum Discussion
alphabeta
Aug 28, 2019Copper Contributor
Is it possible to write an app to show a list of conversations by subject name
Is it possible to write an app that could show a list of conversations in a channel by subject with a link that would open just that conversation for viewing in a window by itself.
Aug 28, 2019
Well, this is something that depends on the Teams APIs but I don't see a reason why this could not be possible...you will need to explore Graph API (also the beta EndPoint) to check if all this information is provided so you can consume it in your custom app
alphabeta
Aug 28, 2019Copper Contributor
Thanks. Looks like it's in the beta but not in the current released API
https://docs.microsoft.com/en-us/graph/api/resources/chatmessage?view=graph-rest-beta
Any idea how to find out when the beta will become current/ released?