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...
BenLevitt96
Mar 03, 2020Copper Contributor
/_api/web/lists/GetByTitle('<list name>)/items?$select=*,Properties/vti_x005f_shortcuturl&$expand=Properties
Should do the trick.