The process of building custom solutions for SharePoint Server.
Hi @Mastahh ☺ ,
For the new SP comments, you can access it through SharePoint Rest API:
_api/web/Lists(guid'8f2bxxxxxe3f')/Items(1)/comments
Post a comment:
You may also take a reference of below blog:
As for the old sp comments, i created an issue trace list and it truly has a built-in comment column. If that's what you want to operated, you can access it via SPServices or directly get it via web service (we cannot pull list item historical values using the REST API)
- https://sharepoint.stackexchange.com/questions/230036/rest-api-quering-all-values-from-field-with-versioning
- https://www.codeproject.com/Articles/26338/Using-the-GetListItems-GetVersionCollection-and-Up
Best Regards,
Baker Kong
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.