Forum Discussion
IanW_1605
Nov 14, 2023Copper Contributor
Sharepoint online List attachments with Graph API or REST API to download
Hi I am working a proof of concept. I am relatively new to Sharepoint In low code / automation environment I need to download the files attached to Sharepoint List. The local files will be pic...
- Nov 14, 2023So, List item attachments are saved under SiteAssets/lists/"LISTGUID"/listitemID/Files
so you can get it from there and use this API:
https://learn.microsoft.com/en-us/graph/api/driveitem-get-content?view=graph-rest-1.0&tabs=http
Nov 14, 2023
So, List item attachments are saved under SiteAssets/lists/"LISTGUID"/listitemID/Files
so you can get it from there and use this API:
https://learn.microsoft.com/en-us/graph/api/driveitem-get-content?view=graph-rest-1.0&tabs=http
so you can get it from there and use this API:
https://learn.microsoft.com/en-us/graph/api/driveitem-get-content?view=graph-rest-1.0&tabs=http