Reply to user comment below comment of content (for example file)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 08:21 AM
Is it possible to allow users of my application in Alfresco to reply to another user's comment below in a content page (for example under a file)? By browsing the Rest Api Explorer it seems that for each node, it is possible to retrieve it's comments attached to it using the node id but I don't see any option to retrieve comments related with other comments (reply of a comment). Is that possible?
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 11:29 AM
Since a comment has also a nodeId, I guess that using the nodeId of the comment will provide you nested comments.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2022 09:50 AM
Thanks for your time to answer my question! Well assuming the structure already exists to add have nested comments, how could I also include that option (reply button/link) under each and every comment in the UI level? (similarly with a Discussion Topic or a Blog post) by default I do not see that option
