Does delta API supports date time based filter?

Arpna 131 Reputation points
2021-09-30T10:59:13.557+00:00

Hello,

I am evaluating graph API and came across delta API for group object.

What I understood is that we get the change done in past in the beginning and if continue to use odata.nextLink we will reach to end of old changes and then we will get odata.deltalink to get upcoming changes.

In my org, there are lot of old changes (close to 2000+). Is there any way I can specify that from which date i want changes to be fetched in, something like this

https://graph.microsoft.com/v1.0/groups/delta?$filter=createdDateTime ge 2021-09-29T10:17:54Z
Here i am trying to pass createdDateTime and trying to get changes which are done after yesterday. is it possible, above query didnt work for me so any changes needed, please advise.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,582 questions
{count} votes

Accepted answer
  1. CarlZhao-MSFT 36,896 Reputation points
    2021-10-01T08:12:51.5+00:00

    Currently not supported date time based filter. I noticed that some users have asked similar questions on SO, but so far there is still no added filter support for the createdDateTime parameter.

    So I suggest you submit a feature request and I will vote for you. https://techcommunity.microsoft.com/t5/microsoft-365-developer-platform/idb-p/Microsoft365DeveloperPlatform/label-name/Microsoft%20Graph


    If an Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful