Skip to content

Delta queries for site collections are out of beta and have been for … #1886

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

Open
wants to merge 1 commit into
base: live
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/rest-api/concepts/scan-guidance.md
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ Using Microsoft Graph with Application permissions, you can obtain the full list
GET /sites
```

The sites enumeration API also supports the [delta query][] to get information about new sites created or changes to site structure. Delta query support for site enumeration is currently rolling out to the Microsoft Graph Beta version. Please keep reading for more information about delta query.
The sites enumeration API also supports the [delta query][] to get information about new sites created or changes to site structure. Please keep reading for more information about delta query.

To receive notifications about new site collections you can subscribe to web hooks using the Microsoft Graph [subscriptions][] endpoint. The target resource for these notifications is **/sites**. You will receive notifications when new site collections are created or deleted as well as when sub sites or lists are created.