Hi @Maria Valek
Good afternoon and thank you for your question. You are correct and as I can see also, the nonInteractiveUsers under signInEventTypes is only accessible on beta and not available on v1.0.
I also reproduce this on my end and three below is not filtering the second/third part:
/beta/auditLogs/signins?&$filter=(signInEventTypes/any(t:+t+eq+'nonInteractiveUser'))&$startsWith(appDisplayName,'Graph Explorer')&$createdDateTime+gt+timestamp
/beta/auditLogs/signins?&$filter=(signInEventTypes/any(t:+t+eq+'nonInteractiveUser'))&$startsWith(appDisplayName, 'Graph Explorer') - Not working
/beta/auditLogs/signins?&$filter=(signInEventTypes/any(t:+t+eq+'nonInteractiveUser'))&$createdDateTime+gt+timestamp
I used the sample under the beta article of signIns and I was able to query it using $filter, $orderBy and $top.
https://graph.microsoft.com/beta/auditLogs/signins?&$filter=(signInEventTypes/any(t: t ne 'interactiveUser'))&$orderBy=createdDateTime DESC&$top=10
Although according to the optional query parameters:
This methods support the $top, $skiptoken and $filter OData query parameters to help customize the response.
I think the article needs to be update in what optional query it supports. There are two options:
1 - Create a ticket so that our support can submit feedback on the page.
2 - You can use the Submit and view feedback for the page on the lowest part of the article. GitHub sign-in will be required.
If I answered your question, please upvote and accept it as answer. Thank you and have a great day!