Forum Discussion

Robert94's avatar
Robert94
Copper Contributor
Nov 14, 2022
Solved

How can I get the full conversation/thread body of a Group using Rest API? (comments from a task)

No matter what Rest API action I use I`m only getting a preview of the last comment, but never the full conversation body. I`m using the conversationThreadID fount in the task. Any help?
  • Robert94's avatar
    Nov 14, 2022
    Solutin: using rest api
    https://graph.microsoft.com/v1.0/groups/[GroupID]/threads/[ConversationID]/posts

Resources