Forum Discussion
VladSchiop
Jan 30, 2020Copper Contributor
Get the URL behind link items in SharePoint document library via REST API
I have a custom web part that I can connect to different data sources (e.g SharePoint Document Libraries). Then I can map the item properties from that document library to one of my different view t...
Carlos_Marins
Feb 03, 2020Iron Contributor
Hi VladSchiop ,
You can use the renderListDataAsStream endpoint(_api/web/lists('<listID>')/RenderListDataAsStream) to get the item. If it's a link, you will be able to get it in the property _ShortcutUrl.
Regards