{ "opencollection": "1.0.0", "info": { "name": "Bloomberg Buyside Enterprise Solutions Bloomberg Analytics Allocations Orders API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Bloomberg Buyside Enterprise Solutions List orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.bloomberg.com/analytics/v1/orders", "params": [ { "name": "status", "value": "", "type": "query", "description": "Filter by order status" }, { "name": "side", "value": "", "type": "query", "description": "Filter by order side" }, { "name": "security", "value": "", "type": "query", "description": "Filter by security identifier" }, { "name": "portfolioId", "value": "", "type": "query", "description": "Filter by portfolio" }, { "name": "startDate", "value": "", "type": "query", "description": "Filter orders created on or after this date" }, { "name": "endDate", "value": "", "type": "query", "description": "Filter orders created on or before this date" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Retrieve a list of orders with optional filtering by status, side, security, date range, or portfolio." }, { "info": { "name": "Bloomberg Buyside Enterprise Solutions Create an order", "type": "http" }, "http": { "method": "POST", "url": "https://api.bloomberg.com/analytics/v1/orders", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new trading order with the specified parameters including security, side, quantity, order type, and routing instructions." }, { "info": { "name": "Bloomberg Buyside Enterprise Solutions Get order details", "type": "http" }, "http": { "method": "GET", "url": "https://api.bloomberg.com/analytics/v1/orders/:orderId", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "Unique order identifier" } ] }, "docs": "Retrieve detailed information about a specific order, including current status, fill information, and audit trail." }, { "info": { "name": "Bloomberg Buyside Enterprise Solutions Amend an order", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.bloomberg.com/analytics/v1/orders/:orderId", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "Unique order identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Amend an existing order's quantity, limit price, or time in force. Only open orders can be amended." }, { "info": { "name": "Bloomberg Buyside Enterprise Solutions Cancel an order", "type": "http" }, "http": { "method": "POST", "url": "https://api.bloomberg.com/analytics/v1/orders/:orderId/cancel", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "Unique order identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Request cancellation of an open order. The order must be in a cancellable state (NEW, PENDING, or PARTIALLY_FILLED)." } ] } ], "bundled": true }