Get attachments from list item
Hello,
We’ve been trying to get the attached files in list items using the API bellow:
https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/items/{item-id}
In the response, a “Attachments” field is present, but it only informs if the list contains file attached (true/false field), and no other information. We need to generate a download URL for these files.
Is there a way to get attached files information, such as download URL, from list items using the Graph API?
Thank you.
Hello, We’ve been trying to get the attached files in list items using the API bellow: https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/items/{item-id} In the response, a “Attachments” field is present, but it only informs if the list contains file attached (true/false field), and no other information. We need to generate a download URL for these files. Is there a way to get attached files information, such as download URL, from list items using the Graph API? Thank you. Read More