{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure Cognitive Services Accounts Reports API", "version": "3.2" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "Microsoft List reports", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.cognitive.microsoft.com/reports" }, "docs": "Returns a list of reports from My workspace." }, { "info": { "name": "Microsoft Get a report", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.cognitive.microsoft.com/reports/:reportId", "params": [ { "name": "reportId", "value": "", "type": "path", "description": "Report unique identifier" } ] }, "docs": "Returns the specified report from My workspace." }, { "info": { "name": "Microsoft Delete a report", "type": "http" }, "http": { "method": "DELETE", "url": "https://{region}.api.cognitive.microsoft.com/reports/:reportId", "params": [ { "name": "reportId", "value": "", "type": "path", "description": "Report unique identifier" } ] }, "docs": "Deletes the specified report from My workspace." } ] } ], "bundled": true }