Skip to content

Instantly share code, notes, and snippets.

@beckettkev
Created March 18, 2016 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beckettkev/fc4c13be31d15055d7a9 to your computer and use it in GitHub Desktop.
Save beckettkev/fc4c13be31d15055d7a9 to your computer and use it in GitHub Desktop.
How to get the SharePoint Search Navigation Nodes via the REST API
/*
Replace <TENANT> with your tenant sub domain (e.g. MyCompany) and <SITE> with the site or site collection (e.g. sites/news)
*/
https://<TENANT>.sharepoint.com/<SITE>/_api/web/Navigation/GetNodeById(1040)/Children
@durgesh97025
Copy link

Thanks. Some Hidden feature of SP REST API exposed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment