{ "opencollection": "1.0.0", "info": { "name": "Aladdin Data Cloud Analytics Datasets 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": "Datasets", "type": "folder" }, "items": [ { "info": { "name": "Aladdin Studio List Available Datasets", "type": "http" }, "http": { "method": "GET", "url": "https://api.blackrock.com/adc/v1/connections/:connectionId/datasets", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "Data Cloud connection identifier" }, { "name": "schema", "value": "", "type": "query", "description": "Snowflake schema to filter datasets" } ] }, "docs": "List available datasets and tables in the Aladdin Data Cloud for the given connection, including portfolio data, risk analytics, and reference data tables." } ] } ], "bundled": true }