An API that connects multiple Microsoft services, enabling data access and automation across platforms
I got the same issue when try to list attachment from a message. Only file attachments fetched
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I followed the instructions at "event-list-attachments" to view the list of attachments for the event, but only file attachments were viewed and OneDrive attachments were not viewed.
How do I get reference attachments?
owa :
API : https://graph.microsoft.com/v1.0/users/userPrincipalName/events/event-id/attachments
return :
An API that connects multiple Microsoft services, enabling data access and automation across platforms
I got the same issue when try to list attachment from a message. Only file attachments fetched
I already read that document!
First, I need to know the reference attachment's ID!
Refer : https://learn.microsoft.com/en-us/graph/api/event-list-attachments?view=graph-rest-1.0&tabs=http
What I did : https://graph.microsoft.com/v1.0/users/userPrincipalName/events/event-id/attachments
But, There is no refence attachment in the result. only file attachment
Hi Ram
Thank you for reaching out to Microsoft!
For getting reference attachment, please refer this documentation below:
https://learn.microsoft.com/en-us/graph/api/resources/referenceattachment?view=graph-rest-1.0
Additionally, please try this API
GET /users/{id | userPrincipalName}/events/{id}/attachments/{id}
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment