Filtering by file type in Microsoft Graph Shared With Me API

356 Views Asked by At

I'm using this to get all files shared with me

GET /me/drive/sharedWithMe

I'm trying to filter for just pptx files shared with me using this but I get back "Only createdDateTime is supported for filtering". https://graph.microsoft.com/v1.0/me/drive/sharedWithMe?$filter=endsWith(name,'.pptx')

Is there another way to do this filtering?

Thanks!

0

There are 0 best solutions below