Microsoft Graph API - OData - Fetch Drives using $filter

Artha Wijendra 131 Reputation points
2020-08-06T00:58:12.927+00:00

When testing the Microsoft graph API (via the Microsoft Graph Explorer) I noticed the following.

So it seems that the $filter does not work against the Drives endpoint ? Is this a defect ?

We really require this feature to develop my application.

Microsoft Security Microsoft Entra Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. Vasil Michev 119.5K Reputation points MVP Volunteer Moderator
    2020-08-06T06:19:13.837+00:00

1 additional answer

Sort by: Most helpful
  1. Amos Wu-MSFT 4,051 Reputation points
    2020-08-06T03:00:17.587+00:00

    You could try this endpoint:
    https://graph.microsoft.com/v1.0/drive/root/children?$filter=name eq 'moment.min.js'


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.