Skip to content

Commit 98858bd

Browse files
committed
updated sequence
1 parent 1b20467 commit 98858bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

graph/patterns/change-tracking.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ This function returns a delta payload. A delta payload consists of a collection
1717

1818
Annotations allow the delta payload to indicate resources or links which have been deleted. API callers are expected to differentiate resource adds from updates by interpreting the id property of the change records against the existence of resources in whatever external system is doing the processing.
1919

20-
The pattern requires a sequence of requests.
20+
The pattern requires a sequence of requests on the delta function:
2121

22-
1. GET request on the delta function, which returns the first page of the current state of the resources that delta applies to.
22+
1. GET request which returns the first page of the current state of the resources that delta applies to.
2323
2. [Optionally] Further GET requests to retrieve more pages of the current state via the `@odata.nextLink` URL.
2424
3. After some time, a GET request to see if there are new changes via the `@odata.deltaLink`URL.
2525
4. [Optionally] GET requests to retrieve more pages of changes via the `@odata.nextLink` URL.
@@ -55,7 +55,7 @@ API consumers need guaranteed data integrity over the set of changes to Microsof
5555
- API service MAY be able to respond to standard OData query parameters with the initial call to the delta function:
5656

5757
- `$select` to enforce the set of properties on which change is reported.
58-
- `$filter` to influence the range of changes returned.
58+
- `$filter` to influence the scope of changes returned.
5959
- `$expand` to include linked resources with the set of changes.
6060
- `$top` parameter to influence the size of the set of change records.
6161

0 commit comments

Comments
 (0)