Forum Discussion
Siddheshwar
Nov 26, 2018Copper Contributor
How to fetch Save for later pages in SPFx Web part.
Hi, Microsoft rolled out new feature 'save for later' for modern pages. Once Save for later is clicked, it becomes Saved for later, and the associated icon is filled in. When Saved for later i...
- Jan 25, 2019
The json payload returned from:
/_api/sphomeservice/context?$expand=Token
includes a node named:
resource
which seems to show the complete hostname of the sphome.svc.ms to use.
You rightly point out this is not a documented API, so I wouldn't use it in any production code.
Rick DeFoe
May 03, 2019Iron Contributor
Looks like there is a BETA graph APi to retrieve followed (Saved for later) items for the current user. I have tested in the graph explorer and was able to retrieve my saved for later items.
https://docs.microsoft.com/en-us/graph/api/drive-list-following?view=graph-rest-beta
https://docs.microsoft.com/en-us/graph/api/drive-list-following?view=graph-rest-beta