Forum Discussion

Judy Jeong's avatar
Judy Jeong
Copper Contributor
Feb 19, 2018

SharePoint API call for retrieving comments (append-only)

I am trying to find an API that retrieves all comments from "Append-Only Comment" field. I couldn't find one API that would return all the previous comments, modified date, and the modified-by user. API that returns data from change log only returns the last comment and GetListItemChangeSinceToken API call only returns the last change even when there are more than one change happened since the last token. The version history required parsing html which I prefer not to use. If you happen to know an API call that could possibly solve my problem, please let me know. Thanks!

Resources