Forum Discussion
0bs33
Apr 03, 2020Copper Contributor
How to get the token in order to call users/ME/conversations/{conversation_id}
Hi, We are working on some Teams use case where we need to update the channel message. I have found one of conversation in Teams Developer community and found we can call below API. https://techco...
0bs33
Apr 06, 2020Copper Contributor
Thanks subhasish-MSFT, for your reply, but group conversations and teams conversations are different, though it looks similar in API signature. If you query for all thread of a group using GET /groups/{id}/threads/{id}, you won't get the teams channel messages. I have tried it.
subhasish-MSFT
Apr 06, 2020Former Employee
0bs33 ,
There is a beta graph API to get all messages in a channel.
End Point: /teams/{id}/channels/{id}/messages.
Hope it helps.