Pergunta

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

enter image description here

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a sharepoint.stackexchange
scroll top