Is there currently a means of Filtering on Audit Date fields via a Graph AuditLog Query
I am using the Python Graph SDK to try and ingest audit logs for an exchange server. I have managed to pull the logs but I would prefer to narrow down what entries I am getting via the query.
How to page through Microsoft graph change notification subscriptions?
I’ve created 22 subscriptions in the graph API via POST /subscription endpoint. When I fetch the full list of subscriptions (GET /subscriptions), I receive a page of 20 subscriptions and a @odata.nextLink. Fetching the next link returns the same exact 20 subscriptions. It too has a nextLink and that nextLink returns the same 20 subscriptions, and so on. Has anyone had similar experience? How can I page through my subscriptions or query them by certain fields other than the subscription ID?