Forum Discussion

acho9's avatar
acho9
Copper Contributor
Mar 19, 2025
Solved

How Can I Retrieve a SharePoint Page ID?

I'd like to know whether I can use a Graph API or something similar to get a unique ID for a page stored in a SharePoint site collection.

 

Thank you!

  • Hi acho9 

    you can list all pages from a site and identify the id from a page:

    https://graph.microsoft.com/v1.0/sites/{siteId}/pages

     

    Best, Dave

  • Hi acho9 

    you can list all pages from a site and identify the id from a page:

    https://graph.microsoft.com/v1.0/sites/{siteId}/pages

     

    Best, Dave

    • acho9's avatar
      acho9
      Copper Contributor

      Thank you! This was what I was looking for.

Resources