Microsoft-graph-docs: Add time frame to page documentation

Created on 4 Jun 2020  Â·  5Comments  Â·  Source: microsoftgraph/microsoft-graph-docs

[Enter feedback here]
There is no information on page of delta timeline.
It would be great, if you could add this information on this page - what is the default timeline and can it be modified with request.


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

delta query fixed

Most helpful comment

Cool! Thank you for explanation :)
Could you please then put this information on page, so next poor guy like me won't bother you?

All 5 comments

Hi @wonderplayer
Thanks for reaching out. I'm not sure I understand the suggestion. What do you mean by timeline?

Hi @baywet
By time line I meant, time when event occurred.
For example, I'd like to get delta for past week.

delta always starts from the "beginning" meaning that you get the all changes, from the first one ever made for the resource, when you start a delta sequence. (query with no token).
Delta does not support filtering items at this time.
The only exception is for calendar events where you need to specify a start and end datetime to get the sync.

Cool! Thank you for explanation :)
Could you please then put this information on page, so next poor guy like me won't bother you?

Was this page helpful?
0 / 5 - 0 ratings