{ "opencollection": "1.0.0", "info": { "name": "Bloomberg Buyside Enterprise Solutions Bloomberg Analytics Allocations Portfolios API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Portfolios", "type": "folder" }, "items": [ { "info": { "name": "Bloomberg Buyside Enterprise Solutions List portfolios", "type": "http" }, "http": { "method": "GET", "url": "https://api.bloomberg.com/analytics/v1/portfolios", "params": [ { "name": "type", "value": "", "type": "query", "description": "Filter by portfolio type" }, { "name": "status", "value": "", "type": "query", "description": "Filter by portfolio status" }, { "name": "manager", "value": "", "type": "query", "description": "Filter by portfolio manager identifier" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results" }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip" } ] }, "docs": "Retrieve a list of all portfolios accessible to the authenticated user, with optional filtering by portfolio type, status, or manager." }, { "info": { "name": "Bloomberg Buyside Enterprise Solutions Create a portfolio", "type": "http" }, "http": { "method": "POST", "url": "https://api.bloomberg.com/analytics/v1/portfolios", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new portfolio with the specified configuration, including portfolio type, base currency, and benchmark assignment." }, { "info": { "name": "Bloomberg Buyside Enterprise Solutions Get portfolio details", "type": "http" }, "http": { "method": "GET", "url": "https://api.bloomberg.com/analytics/v1/portfolios/:portfolioId", "params": [ { "name": "portfolioId", "value": "", "type": "path", "description": "Unique portfolio identifier" } ] }, "docs": "Retrieve detailed information about a specific portfolio, including its configuration, metadata, and current summary statistics." }, { "info": { "name": "Bloomberg Buyside Enterprise Solutions Update a portfolio", "type": "http" }, "http": { "method": "PUT", "url": "https://api.bloomberg.com/analytics/v1/portfolios/:portfolioId", "params": [ { "name": "portfolioId", "value": "", "type": "path", "description": "Unique portfolio identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update portfolio metadata and configuration, including name, description, benchmark, and status." }, { "info": { "name": "Bloomberg Buyside Enterprise Solutions Delete a portfolio", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.bloomberg.com/analytics/v1/portfolios/:portfolioId", "params": [ { "name": "portfolioId", "value": "", "type": "path", "description": "Unique portfolio identifier" } ] }, "docs": "Delete a portfolio. This operation is irreversible and will remove all associated holdings and transaction history." } ] } ], "bundled": true }