Questions tagged [microsoft-graph-delta]

Microsoft Graph Delta refers to the delta query APIs in Microsoft Graph. Delta queries allow applications to track changes happening in the Microsoft Graph. This tag should always be used in conjunction with the [microsoft-graph] tag.

5 questions
1
vote
1 answer

Microsoft Graph API groups delta never returns deltaLink, which is causing infinite loop (with nextLink)

I'm working with the Microsoft Graph API I'm using the Delta API for groups. I create one delta request per group (I'm not tracking all groups, only specific ones). I have checked this question and read the documentation mentioned. And I have read…
nheimann1
  • 2,348
  • 2
  • 21
  • 33
1
vote
0 answers

Incorrect shared details returned from drive delta query

I am trying to use Graph API to enumerate files that have been shared outside the organisation over time. Reading the docs, I think the best way of doing this is by identifying all sites/subsites and their corresponding drives, and then using the…
andy waugh
  • 11
  • 1
0
votes
0 answers

Filter for MS Graph Delta

How can I filter a request in MS Graph Delta ? For example I want to filter files (OneDrive) with the extension .xlsx https://graph.microsoft.com/v1.0/me/drive/root/delta?$filter=endsWith(name,'.xlsx') But unfortunately I get as a response all the…
0
votes
1 answer

Graph Delta Query returns different results

I'm using Delta query to get changes on groups, however I noticed when I run initial delta query multiple times it returns different amount of results. My code looks like this groupCollectionPage = await…
0
votes
1 answer

Delta Queries not working on some tenants

I have wasted a month already being chased from pillar to post by MPN Support. We are busy developing a service to sync user profile images from Microsoft Graph to our system for clients using our SaaS platform. The list of clients includes 200…