Forum Discussion
Following O365 Sites API
We made the same modification and shifted to using this url, like you mentioned, not really formally documented, but there is a ton that isnt. This was the best (only?) option we were able to find.
url : _spPageContextInfo.webAbsoluteUrl + "/_vti_bin/homeapi.ashx/sites/followed?mostRecentFirst=true&start=0&count=100&fillSiteData=true",
We created a web part for our intranet homepage that shows these sites
Brent Ellis and Örjan Andersson what a great solution! I'm looking for some time for this one.
Is there a (small) chance to get the code for this webpart you use?
Thanks,
Sigi
- Örjan AnderssonJun 28, 2017Brass Contributor
I can send you the React Component + "service" that returns the "followed sites". The React component refers to other libraries so not very easy to send full working code. My implementation just display a list and is not that fancy as Brent Ellis implementation for filtering and paging. That was not required for me :-) See example below.