Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use delta query to track changes #205

Open
harrismcgehee opened this issue Mar 22, 2024 · 0 comments
Open

Use delta query to track changes #205

harrismcgehee opened this issue Mar 22, 2024 · 0 comments

Comments

@harrismcgehee
Copy link

Would it be possible to add a delta query option to the "getters" in this package?
It'd be nice to be able to easily operate on the new items since the previous run of code.

https://learn.microsoft.com/en-us/graph/delta-query-overview#use-delta-query-to-track-changes-in-a-resource-collection

I could imagine:

site <- Microsoft365R::get_sharepoint_site()
site$get_list(list_id, delta=TRUE)

or

site <- Microsoft365R::get_sharepoint_site()
site$get_delta_list(list_id, delta=odatadeltaLink)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant