Forum Discussion

Americo Perez's avatar
Americo Perez
Iron Contributor
May 29, 2018
Solved

Get the list GUID with SPFX

Hi,

 

How can I get the ListGuid in SPFX? 

 

That is it :-) 

 

Best regards

Americo

 

  • Anonymous's avatar
    Anonymous
    May 29, 2018

    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.

3 Replies

  • Anonymous's avatar
    Anonymous

    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.

Resources