Sharepoint list comment collection using python

Copper Contributor

Hi all,

I am now trying to figure out how to collect comments on a list item in Sharepoint using python.
The list items collection was managed using the package 'Office365-REST-Python-Client', but I can't find out any means of getting comments.
Is there any way to achieve it?
Thank you.

1 Reply

@whale_ale_083 

 

I am not Python guy but I have checked source code for "Office365-REST-Python-Client", and I found that there are some methods to get comments.

 

https://github.com/vgrem/Office365-REST-Python-Client/tree/master/office365/sharepoint/comments 

 

As I don't know Python, I can't help you in how to use it.

 

Hope it will helpful to you and please like or mark it as best response if it helps to you.