質問

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

enter image description here

役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません sharepoint.stackexchange
scroll top