Forum Discussion

Brent Ellis's avatar
Brent Ellis
Silver Contributor
Nov 09, 2016
Solved

Following O365 Group Sites (excluded in API)

We use several custom web parts throughout our Intranet to provide quick access to "Site's I'm Following" in our SharePoint Online environment.   This REST API is located at:  https://mytenant.shar...
  • Brent Ellis's avatar
    Nov 09, 2016

    So scratch that, found my own answer:

     

    Updated API's to get followed and recent sites:

     

    Followed: https://mytenant.sharepoint.com/_vti_bin/homeapi.ashx/sites/followed?mostRecentFirst=true&start=0&count=100&fillSiteData=true

     

    Recent: https://mytenant.sharepoint.com/_vti_bin/homeapi.ashx/sites/followed?mostRecentFirst=true&start=0&count=100&fillSiteData=true

     

    Updating my scripts now :manlol:

Resources