Can deltaLink have again a nextLink if modified applications(resources) are more than few hundred.

Abhinav Gupta 51 Reputation points
2021-10-14T17:38:37.51+00:00

I am using graph API delta functionality to fetch applications data v1.0/applications/delta.

I have a question, that if I have saved this deltaLink and from after first run, I am using this deltaLink to get only modified applications.

Then is it possible that if number of apps modified is quite large, then my deltaLink response can again have a nextLink ? and I will have to call nextLink unless I get a deltaLink again ?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
Microsoft Security | Microsoft Graph
0 comments No comments
{count} votes

Answer accepted by question author
  1. CarlZhao-MSFT 46,416 Reputation points
    2021-10-15T05:02:44.787+00:00

    Hi, dear @Abhinav Gupta

    If you have a large number of modified application resources, it also will not display all hundreds or thousands of modified objects on the same page. In fact, it will return a nextLink first. This nextLink actually functions as a paging until all your data is returned, and you will receive a deltaLink to end the response. reference: https://learn.microsoft.com/en-us/graph/delta-query-overview#use-delta-query-to-track-changes-in-a-resource-collection

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.