can we get more examples using the filter option?
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
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!
Most helpful comment
@Jackson-Woods have an example that combines a couple attributes like something complex. So we know the proper structure.