{ "opencollection": "1.0.0", "info": { "name": "Microsoft Purview Account Accounts Discovery 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": "Discovery", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Purview Search data assets", "type": "http" }, "http": { "method": "POST", "url": "https://management.azure.com/api/search/query", "body": { "type": "json", "data": "{}" } }, "docs": "Get data using search." }, { "info": { "name": "Microsoft Purview Get search suggestions", "type": "http" }, "http": { "method": "POST", "url": "https://management.azure.com/api/search/suggest", "body": { "type": "json", "data": "{}" } }, "docs": "Get search suggestions by query criteria." }, { "info": { "name": "Microsoft Purview Get auto complete options", "type": "http" }, "http": { "method": "POST", "url": "https://management.azure.com/api/search/autocomplete", "body": { "type": "json", "data": "{}" } }, "docs": "Get auto complete options for search." } ] } ], "bundled": true }