Skip to content

Commit c012eed

Browse files
authored
Merge pull request #26215 from microsoftgraph/2025-02-05-manjaris-haiku-parity-request-examples
Include examples for usage of cloudAttachmentVersion and documentVersion
2 parents 5c1eb94 + 4b07626 commit c012eed

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

api-reference/beta/api/security-ediscoveryreviewset-addtoreviewset.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ Content-Type: application/json
7676
"search": {
7777
"id": "c17e91d6-6bc0-4ecb-b388-269ea3d4ffb7"
7878
},
79-
"additionalDataOptions": "linkedFiles"
79+
"additionalDataOptions": "linkedFiles",
80+
"cloudAttachmentVersion": "latest",
81+
"documentVersion": "recent10"
8082
}
8183
```
8284

api-reference/beta/api/security-ediscoverysearch-exportreport.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ Location: https://graph.microsoft.com/beta/security/cases/ediscoverycases('dbc06
371371

372372
### Example 5: Export a report of partially indexed items in locations with search hits and cloud attachments
373373

374-
The following example shows how to export a report of partially indexed items in locations with search hits and cloud attachments.
374+
The following example shows how to export a report of partially indexed items in locations with search hits and cloud attachments. It specifies how many document and cloud attachment versions to include.
375375

376376
#### Request
377377

@@ -391,7 +391,9 @@ Content-Type: application/json
391391
"displayName": "Export 5",
392392
"exportCriteria": "partiallyIndexed",
393393
"exportLocation": "responsiveLocations",
394-
"additionalOptions": "cloudAttachments"
394+
"additionalOptions": "cloudAttachments",
395+
"cloudAttachmentVersion": "all",
396+
"doucmentVersion": "recent100"
395397
}
396398
```
397399

api-reference/beta/api/security-ediscoverysearch-exportresult.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ Location: https://graph.microsoft.com/beta/security/cases/ediscoverycases('dbc06
375375

376376
### Example 5: Export results with partially indexed items in search hit locations, with cloud attachments, as .eml files for each message
377377

378-
The following example shows how to export results with partially indexed items in search hit locations, with cloud attachments, as .eml files for each message.
378+
The following example shows how to export results with partially indexed items in search hit locations and cloud attachments. It specifies how many document and cloud attachment versions to include and .eml files for each message.
379379

380380
#### Request
381381

@@ -396,7 +396,9 @@ Content-Type: application/json
396396
"exportCriteria": "partiallyIndexed",
397397
"exportLocation": "responsiveLocations",
398398
"additionalOptions": "cloudAttachments",
399-
"exportFormat": "eml"
399+
"exportFormat": "eml",
400+
"cloudAttachmentVersion": "all",
401+
"documentVersion": "recent100"
400402
}
401403
```
402404

0 commit comments

Comments
 (0)