How to get listitem comment replies #4627
Answered
by
waaromikniet
brunostampfli
asked this question in
Q&A
-
I have pages with comments and replies to these comments.
On a comment I can see the count of replies with:
The result is 1 reply. How can I get this replay? |
Beta Was this translation helpful? Give feedback.
Answered by
waaromikniet
Dec 13, 2024
Replies: 1 comment 3 replies
-
I think the only way at this moment is using a Graph query. CSOM and PnP.PowerShell can't get the replies on a comment |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just discovered that there is a SharePoint rest endpoint you can use.
/_api/web/lists/getByTitle('Site%20Pages')/items(2)/comments(1)/replies
I can't find a correct Graph endpoint so maybe my assumption was wrong that you could use Graph api