{ "opencollection": "1.0.0", "info": { "name": "Bloomberg Data License API (HAPI) Broker Strategies Distributions API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Distributions", "type": "folder" }, "items": [ { "info": { "name": "List Distributions", "type": "http" }, "http": { "method": "GET", "url": "https://api.bloomberg.com/eap/catalogs/:catalogId/distributions", "params": [ { "name": "catalogId", "value": "", "type": "path", "description": "Unique identifier for the catalog" } ] }, "docs": "Returns available data distributions (completed outputs) for the catalog." }, { "info": { "name": "Get Distribution Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.bloomberg.com/eap/catalogs/:catalogId/distributions/:distributionId", "params": [ { "name": "catalogId", "value": "", "type": "path", "description": "Unique identifier for the catalog" }, { "name": "distributionId", "value": "", "type": "path", "description": "Unique identifier for the distribution" } ] }, "docs": "Returns details and download links for a specific distribution." } ] } ], "bundled": true }