Forum Discussion
Nikhil Nulkar
May 09, 2017Brass Contributor
Modern SharePoint Sites - News Page API
Hey folks - So I'm looking to see if there's a way to programatically (API) get the news page (& its content) from the modern team sites? I want to use the news pages and its content but display it o...
Alan Marshall
Jun 19, 2017Steel Contributor
It's actually just a query of pages where a column says it should be promoted. If you use the network view on the SharePoint page, you can find the call to the API.
https://spe248239.sharepoint.com/_vti_bin/homeapi.ashx/news?start=0&count=200
https://spe248239.sharepoint.com/_vti_bin/homeapi.ashx/news?start=0&count=200
Nikhil Nulkar
Jun 20, 2017Brass Contributor
Thanks! :)
One of developers in the team found that out too! Will need to try this out and see what all we are able to get with it.