{ "opencollection": "1.0.0", "info": { "name": "Alation Data Catalog Aggregated Context Search API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search the catalog", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}/integration/v2/search/", "params": [ { "name": "q", "value": "", "type": "query", "description": "Search query string" }, { "name": "type", "value": "", "type": "query", "description": "Filter by object type" }, { "name": "limit", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ] }, "docs": "Full-text search across all catalog objects including tables, columns, data sources, glossary terms, and queries." }, { "info": { "name": "List articles", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}/integration/v2/article/", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ] }, "docs": "Returns catalog articles (wiki pages and documentation)." }, { "info": { "name": "Get an article", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}/integration/v2/article/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns a specific catalog article." } ] } ], "bundled": true }