{ "opencollection": "1.0.0", "info": { "name": "Microsoft Purview Account Accounts Searches API", "version": "2021-12-01" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Searches", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Purview List searches in a case", "type": "http" }, "http": { "method": "GET", "url": "https://management.azure.com/security/cases/ediscoveryCases/:ediscoveryCaseId/searches", "params": [ { "name": "ediscoveryCaseId", "value": "", "type": "path" } ] }, "docs": "Get the list of searches associated with an eDiscovery case." }, { "info": { "name": "Microsoft Purview Create a search in a case", "type": "http" }, "http": { "method": "POST", "url": "https://management.azure.com/security/cases/ediscoveryCases/:ediscoveryCaseId/searches", "params": [ { "name": "ediscoveryCaseId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new eDiscovery search within a case." } ] } ], "bundled": true }