Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,050 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi all,
How can I get all comments from the planner task?
I am getting task details, but there are no comments.
Thank you for reaching out
/posts will give you access to all the comments in a JSON array and will have the full comment. However, the comment will have HTML embedded in the data.
https://graph.microsoft.com/v1.0/groups/[GroupID]/threads/[ConversationID]/posts
Hope this helps. Thanks!