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!
  • DaveMehr365's avatar
    Mar 21, 2025

    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

Resources