How to fetch Remove Comments related detail usign rest API for ChangeLog

Rajendra Sonawane 41 Reputation points
2022-10-07T04:30:08.853+00:00

Hi All,
I am working on the Change Log for list items, here I am trying to get the details of comments if any user added or removed on ITEMS, but could not found any rest API which will help to get all the comments which is newly added or removed. So can anybody please help on this.

Regards,

Rajendra Sonawane

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,300 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,810 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,597 questions
0 comments No comments
{count} votes

Accepted answer
  1. Tong Zhang_MSFT 9,141 Reputation points
    2022-10-07T06:56:00.307+00:00

    Hi @Rajendra Sonawane ,

    Per my research and test, unfortunately, there is currently no REST API can get the comments which is newly added or removed.

    As far as I know, we only can use the following REST API to get comments from SharePoint list item:

    https://xxxx.sharepoint.com/sites/xxx/_api/web/lists/getbytitle('List_test')/items(10)/Comments  
    

    Hope it can help you. Thanks for your understanding.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    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.



0 additional answers

Sort by: Most helpful