{ "opencollection": "1.0.0", "info": { "name": "Alation Data Catalog Aggregated Context Glossary Terms API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Glossary Terms", "type": "folder" }, "items": [ { "info": { "name": "List glossary terms", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}/integration/v2/glossary_term/", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query", "description": "Search term to filter glossary terms" } ] }, "docs": "Returns business glossary terms from the Alation catalog." }, { "info": { "name": "Create a glossary term", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}/integration/v2/glossary_term/", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new business glossary term." }, { "info": { "name": "Get a glossary term", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}/integration/v2/glossary_term/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns details for a specific glossary term." }, { "info": { "name": "Update a glossary term", "type": "http" }, "http": { "method": "PUT", "url": "https://{instance}/integration/v2/glossary_term/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing glossary term." }, { "info": { "name": "Delete a glossary term", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}/integration/v2/glossary_term/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Deletes a glossary term." } ] } ], "bundled": true }