Relative Content

Tag Archive for microsoft-graph-apiazure-ad-graph-api

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?