{ "opencollection": "1.0.0", "info": { "name": "Alation Data Catalog Aggregated Context Tables API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Tables", "type": "folder" }, "items": [ { "info": { "name": "List tables", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}/integration/v2/table/", "params": [ { "name": "schema_id", "value": "", "type": "query", "description": "Schema ID to filter tables" }, { "name": "ds_id", "value": "", "type": "query", "description": "Data source ID to filter tables" }, { "name": "limit", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ] }, "docs": "Returns tables for a given schema or data source." }, { "info": { "name": "Get a table", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}/integration/v2/table/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns metadata for a specific table." } ] } ], "bundled": true }