{ "opencollection": "1.0.0", "info": { "name": "BigID Authentication Actionable Insights Catalog API", "version": "1.0" }, "items": [ { "info": { "name": "Catalog", "type": "folder" }, "items": [ { "info": { "name": "Query The Data Catalog", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.bigid.tools/api/v1/data-catalog", "params": [ { "name": "filter", "value": "", "type": "query", "description": "BigID filter expression." }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve catalog entries. Filter results with BigID's filter query syntax (e.g. `has_duplicates=\"true\"` or `duplicate_id=\"{duplicateId}\"`)." }, { "info": { "name": "List Similar Cluster Columns", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.bigid.tools/api/v1/data-catalog/column/cluster/similar", "params": [ { "name": "cluster_id", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all columns for the provided cluster identifier." } ] } ], "bundled": true }