Get E-Discovery Case
Get a eDiscovery case by ID.
External Documentation
To learn more, visit the Microsoft E-Discovery documentation.
Parameters
Parameter | Description |
---|---|
Case ID | The ID of the case. |
Example Output
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#security/cases/ediscoveryCases/$entity",
"description": "",
"lastModifiedDateTime": "2022-05-22T18:36:46.597Z",
"status": "active",
"closedDateTime": null,
"externalId": "324516",
"id": "22aa2acd-7554-4330-9ba9-ce20014aaae4",
"displayName": "CONTOSO LITIGATION-005",
"createdDateTime": "2022-05-22T18:36:46.597Z",
"lastModifiedBy": null,
"closedBy": null
}
Workflow Library Example
Get E Discovery Case with Microsoft E Discovery and Send Results Via Email
Preview this Workflow on desktop