{ "opencollection": "1.0.0", "info": { "name": "Aladdin Data Cloud Analytics API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.blackrock.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Analytics", "type": "folder" }, "items": [ { "info": { "name": "Aladdin Studio Get Portfolio Analytics", "type": "http" }, "http": { "method": "GET", "url": "https://api.blackrock.com/adc/v1/portfolios/:portfolioId/analytics", "params": [ { "name": "portfolioId", "value": "", "type": "path", "description": "Portfolio identifier" }, { "name": "fromDate", "value": "", "type": "query", "description": "Start date for analytics period (YYYY-MM-DD)" }, { "name": "toDate", "value": "", "type": "query", "description": "End date for analytics period (YYYY-MM-DD)" } ] }, "docs": "Retrieve investment analytics for a portfolio including attribution, performance metrics, and factor analysis." } ] } ], "bundled": true }