Skip to content

Commit f64419d

Browse files
committed
Acrolinx fix
1 parent e4e4dc6 commit f64419d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CloudAppSecurityDocs/api-activities-investigate-script.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The activities API mode is optimized for scanning and retrieval of large quantit
1919
## To use the activity scan script
2020

2121
1. Run the query on your data.
22-
1. If there are more records than could be listed in a single scan, you will get a return command with `nextQueryFilters` that you should run. You will get this command each time you scan until the query has returned all the results.
22+
1. If there are more records than could be listed in a single scan, you'll get a return command with `nextQueryFilters` that you should run. You'll get this command each time you scan until the query has returned all the results.
2323

2424
## Request body parameters
2525

@@ -33,9 +33,9 @@ The activities API mode is optimized for scanning and retrieval of large quantit
3333

3434
## Response parameters
3535

36-
- "data": the returned data. Will contain up to "limit" number of records each iteration. If there are more records to be pulled (hasNext=true), the last few records will be dropped to ensure that all data is listed only once.
36+
- "data": the returned data. Will contain up to "limit" number of records each iteration. If there are more records to be pulled (hasNext=true), the last few records are dropped to ensure that all data is listed only once.
3737
- "hasNext": Boolean. Denotes whether another iteration on the data is needed.
38-
- "nextQueryFilters": If another iteration is needed, it contains the consecutive JSON query to be run. Use this as the "filters" parameter in the next request. Note that if the "hasNext" parameter is set to False, this parameter will be missing since you've iterated over all of the data.
38+
- "nextQueryFilters": If another iteration is needed, it contains the consecutive JSON query to be run. Use this as the "filters" parameter in the next request. If the "hasNext" parameter is set to False, this parameter will be missing since you've iterated over all of the data.
3939

4040
The following Python example gets all the activities from the past day from Exchange Online.
4141

0 commit comments

Comments
 (0)