Вопрос

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