Forum Discussion
Brent Ellis
Nov 09, 2016Silver Contributor
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...
- 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:
Deleted
Nov 09, 2016Hi Brent, It is because Delve is taking over. Maybe you can still see them in the left bar. But it is like the promoted sites that went down to the left.
Brent Ellis
Nov 09, 2016Silver Contributor
Thanks Paul, I found the new Delve endpoint to replace the old one, and was able to easily swap it out for my existing code. It is actually much more robust and useful than the old school one (as it should be)!