{ "opencollection": "1.0.0", "info": { "name": "Bloomberg Buyside Enterprise Solutions Bloomberg Analytics Allocations Field Search API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Field Search", "type": "folder" }, "items": [ { "info": { "name": "Bloomberg Buyside Enterprise Solutions Search available data fields", "type": "http" }, "http": { "method": "GET", "url": "https://api.bloomberg.com/analytics/data/v1/fields", "params": [ { "name": "query", "value": "", "type": "query", "description": "Search keyword or field mnemonic" }, { "name": "category", "value": "", "type": "query", "description": "Filter by field category" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return" }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination" } ] }, "docs": "Search and discover available Bloomberg data fields by keyword or category. Returns field metadata including mnemonics, descriptions, data types, and applicable security types." } ] } ], "bundled": true }