For Attachment Items in any list of SharePoint Online , graph explorer can get only Attachments property which contains value “true” or “false”.
I am unable to get links of the attached images, pdf, texts etc.
Using Rest API we can easily expand and grab the attached links. However ,Using Graph Explorer we can not expand Attachments property . I Need help that How can we get attachments links in list of SharePoint online using using Graph API.
The below query I have tried in Graph Explorer: https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/items/{item-id}