Forum Discussion

Siddheshwar's avatar
Siddheshwar
Copper Contributor
Nov 26, 2018
Solved

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...
  • Mark Powney's avatar
    Mark Powney
    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.

Resources