SOLVED

Get the list GUID with SPFX

Iron Contributor

Hi,

 

How can I get the ListGuid in SPFX? 

 

That is it :) 

 

Best regards

Americo

 

3 Replies
best response confirmed by VI_Migration (Silver Contributor)
Solution

You can use REST API Get call like below to get GUID of a specific list

https://yourtenant.sharepoint.com/_api/web/lists/GetByTitle('ListTitle')

You can easily find guid in the xml response.

SPO Admin is correct :)

Thanks to both!

 

 

1 best response

Accepted Solutions
best response confirmed by VI_Migration (Silver Contributor)
Solution

You can use REST API Get call like below to get GUID of a specific list

https://yourtenant.sharepoint.com/_api/web/lists/GetByTitle('ListTitle')

You can easily find guid in the xml response.

View solution in original post