Tom Talks Microsoft Teams and Microsoft 365 news and opinions

How to get a SharePoint Microsoft List ID (GUID) in the browser

Thanks to Salaudeen Rajack, who blogged various ways to get a SharePoint List ID, I found this the easiest one, so I am re-documenting it for myself. It simply involves crafting a URL to hit the rest API in the browser, no PowerShell or Graph Explorer needed.

Grab the URL of your list, e.g.

https://moderncomms987892.sharepoint.com/sites/M365ChangePilot/Lists/M365%20Roadmap/AllItems.aspx

We need to complete a URL in this format to get to the rest API:

https://Your-Domain/Your-Site/_api/web/lists/getByTitle(‘ListTitle’)/Id

In this case, Your-Domain/Your-Site/ is moderncomms987892.sharepoint.com/sites/M365ChangePilot/

And ListTitle is M365%20Roadmap

So the URL we need is: https://moderncomms987892.sharepoint.com/sites/M365ChangePilot/_api/web/lists/getByTitle(‘M365%20Roadmap’)/Id

Which will give us the result in the screenshot above. The ID is the Edm.Guid

About the author

Tom Arbuthnot

A Microsoft MVP and Microsoft Certified Master, Tom Arbuthnot is Founder and Principal at Empowering.Cloud as well as a Solutions Director at Pure IP.

Tom stays up to date with industry developments and shares news and his opinions on his Tomtalks.blog, UC Today Microsoft Teams Podcast and email list. He is a regular speaker at events around the world.

Add comment

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Tom Talks Microsoft Teams and Microsoft 365 news and opinions