سؤال

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