Microsoft-graph-docs: More filter examples

Created on 11 Jun 2019  Â·  4Comments  Â·  Source: microsoftgraph/microsoft-graph-docs

can we get more examples using the filter option?


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

azurAAD

Most helpful comment

@Jackson-Woods have an example that combines a couple attributes like something complex. So we know the proper structure.

All 4 comments

There is already a table containing supported parameters for the filter option, what other information would you like to see here?

@Jackson-Woods have an example that combines a couple attributes like something complex. So we know the proper structure.

I was banging my head against the wall on this too. The documentation here is lacking, without a doubt. There should be examples of how multiple filters work together.

Many tries later, and it looks like this works.

https://graph.microsoft.com/v1.0/auditLogs/signIns?&$filter=userPrincipalName eq '[email protected]'&$top=1

So if the first parameter is filter, it needs an & before it, but top and skipToken don't?

Microsoft have announced that Teams on Android 4.4 will stop working. The Message Center announcement tells me I have Android 4.4 devices using Teams.

I expect this is the report to use.

The web page says I can use deviceDetail/operatingSystem with eq

Hence I need to query...

deviceDetail/operatingSystem eq Android

How on _earth_ do I even do this? You should provide an example ASAP!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dagexiongfeng picture dagexiongfeng  Â·  4Comments

shyamkris picture shyamkris  Â·  3Comments

findyoucef picture findyoucef  Â·  4Comments

bijithbalan picture bijithbalan  Â·  4Comments

nchdl picture nchdl  Â·  4Comments