Hello,
I am currently using python to create an HTTP request to pull data from a sharepoint List.
I'm able to pull all data fields on the list, with the exception of the historical comments that users have left on each record in the list.
This endpoint seems to do the job for all of the other data points that I need:
'https://graph.microsoft.com/v1.0/sites/sempra.sharepoint.com:/teams/ted/TransProjEstimating:/lists/b754c15b-7ece-4c35-839e-cdcda4288e05/items?$expand=fields'
but only retrieves the most recent comment in the historical thread of comments.
Here are the historical comments that I want (can only be viewed when in edit mode on list item) (redacted for user privacy)
Here is a snap of the results that I get when I hit the graph endpoint (Note: I've highlighted relevant text in yellow):
Any help in the right direction would be greatly appreciated!
Thank you.