Connectors
...
Actions
List eDiscovery Cases
6 min
description retrieve a comprehensive list of ediscoverycase objects with properties from the microsoft graph api endpoint url /v1 0/security/cases/ediscoverycases method get inputs parameters (object) url query parameters filter (string) use the filter query parameter to retrieve just a subset of a collection for guidance on using filter , see https //learn microsoft com/en us/graph/filter query parameter https //learn microsoft com/en us/graph/filter query parameter orderby (string) use the orderby query parameter to specify the sort order of the items returned from microsoft graph top (number) sets the page size of results output example \[ { "status code" 200, "response headers" { "transfer encoding" "chunked", "content type" "application/json", "content encoding" "gzip", "vary" "accept encoding", "strict transport security" "max age=31536000", "request id" "8beed643 f868 4fd0 9e15 e0db4c50383e", "client request id" "8beed643 f868 4fd0 9e15 e0db4c50383e", "x ms ags diagnostic" "{\\"serverinfo\\" {\\"datacenter\\" \\"brazil south\\",\\"slice\\" \\"e\\",\\"ring\\" \\"3\\",\\"scaleunit\\" \\"001\\",\\"roleinstance\\" \\"cp1pepf00003034\\"}}", "date" "tue, 27 dec 2022 21🕛51 gmt" }, "reason" "ok", "json body" { "@odata context" "https //graph microsoft com/beta/$metadata#security/cases/ediscoverycases", "@odata count" 22, "value" \[ { "description" "", "lastmodifieddatetime" "2022 05 19t23 30 41 23z", "status" "active", "closeddatetime" null, "externalid" "", "id" "60f86305 ac3e 408b baa2 ea585dd8b0c0", "displayname" "my case 1", "createddatetime" "2022 05 19t23 30 41 23z", "lastmodifiedby" { "application" null, "user" { "id" null, "displayname" "mod administrator" } }, "closedby" { "application" null, "user" { "id" null, "displayname" "" } } }, { "description" "", "lastmodifieddatetime" "2022 05 18t23 05 07 82z", "status" "active", "closeddatetime" null, "externalid" "", "id" "7acdda75 3559 4f93 9827 cbd4c89db033", "displayname" "my case 2", "createddatetime" "2022 05 18t23 05 07 82z", "lastmodifiedby" { "application" null, "user" { "id" null, "displayname" "mod administrator" } }, "closedby" { "application" null, "user" { "id" null, "displayname" "" } } } ] } } ] output parameters status code (number) reason (string) json body (object) @odata context (string) @odata count (number) value (array) description (string) lastmodifieddatetime (string) status (string) closeddatetime (object) externalid (string) id (string) displayname (string) createddatetime (string) lastmodifiedby (object) application (object) user (object) id (object) displayname (string) closedby (object) application (object) user (object) id (object) displayname (string) response headers header type transfer encoding string content type string content encoding string vary string strict transport security string request id string client request id string x ms ags diagnostic string date string