Forum Discussion
acho9
Mar 19, 2025Copper Contributor
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