I want to get Who viewed my files? Show Number of Views and Viewer Names on SharePoint Online files
Can we achieve this with the help of API's as well?
Please refer to the blog for more details.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Team,
There is an urgent requirement in my project to fetch below metadata of a file on Sharepoint using API.
1.Number of comments made by the author
2.Time spent by author on the document
3.Number of people who opened the document
4.Total number of open comments etc.
Please help me to achieve the above requirements using API. Any help on this will be appreciated.
Thanks,
Pratik
I want to get Who viewed my files? Show Number of Views and Viewer Names on SharePoint Online files
Can we achieve this with the help of API's as well?
Please refer to the blog for more details.
Hi @Naveed Khan ,
There is analytics
resource in MS Graph that could return viewer info:
And you can get all activities including Comment Action via below endpoint:
https://graph.microsoft.com/beta/drives/b!Nxxx1f-G/items/01xxxJX7/activities?$expand=driveItem
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.
Hi Team,
I have a requirement to fetch the below details.
Please let me know the API with the help of that we can get the below details.(Refer the attached screenshot)
@Baker Kong-MSFT : Please help with this.
1.Number of comments made by the author
2.Total number of open comments etc.