{ "opencollection": "1.0.0", "info": { "name": "BigID Authentication Actionable Insights API", "version": "1.0" }, "items": [ { "info": { "name": "Actionable Insights", "type": "folder" }, "items": [ { "info": { "name": "List Actionable Insights Cases", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.bigid.tools/api/v1/actionable-insights/all-cases", "params": [ { "name": "filter", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Fetch all existing security issues. Limit the selection with query parameters that filter by severity, status, asset type, or policy." }, { "info": { "name": "Bulk Update Actionable Insights Cases", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.bigid.tools/api/v1/actionable-insights/cases::actionType", "params": [ { "name": "actionType", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mark issues as resolved or update field values in bulk based on a filter expression." }, { "info": { "name": "Update Actionable Insights Case Status", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.bigid.tools/api/v1/actionable-insights/case-status/:caseId", "params": [ { "name": "caseId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update the status of a specific case (e.g. resolved) with an audit reason." } ] } ], "bundled": true }