An API that connects multiple Microsoft services, enabling data access and automation across platforms
Optimizing subscription query using filter for GET /subscriptions
Anonymous
Our application needs to manage tens of thousands of subscriptions. GET /subscriptions doesn't support $select or $filter, so when the app checks if a subscription exists, it has to compare it to every subscription, leading to O(N^2) complexity. Is there a way to filter better?
Microsoft Security | Microsoft Graph
Microsoft Security | Microsoft Graph
Sign in to answer