Question

How to get followed items using REST API (C# and JS)?

enter image description here

Was it helpful?

Solution

You can get the follow content in SharePoint using below endpoint:

<site url>/_api/social.following

Get followed content by using:

<site url>/_api/social.following/my/followed(types=14)

Find more details in below reference.

Reference:

Follow documents, sites, and tags by using the REST service in SharePoint

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top