how to put filter on https:\\graph.microsoft.com\beta\deviceManagement\detectedApps

Ashwin Gupta 0 Reputation points
2024-05-23T14:03:07.6366667+00:00

i was to filter data based on platform in following

https:\graph.microsoft.com\beta\deviceManagement\detectedApps

but

https:\graph.microsoft.com\beta\deviceManagement\detectedApps?$filter = platform ne 'windows' not working.

please advice how to apply filter on api call.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,446 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vasil Michev 100.2K Reputation points MVP
    2024-05-23T16:51:46.6433333+00:00

    Filtering is not currently supported for this endpoint it seems. Fetch all the entries, then filter them client-side.

    0 comments No comments