{ "opencollection": "1.0.0", "info": { "name": "Arch Client Accounts Lookthroughs API", "version": "0.1.0" }, "items": [ { "info": { "name": "Lookthroughs", "type": "folder" }, "items": [ { "info": { "name": "(Deprecated) Get lookthroughs for the specified account", "type": "http" }, "http": { "method": "GET", "url": "/client-api/v0/lookthroughs", "params": [ { "name": "ids", "value": "", "type": "query", "description": "A comma-separated list of Lookthrough IDs" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deprecation Warning: prefer getting lookthroughs by issuing entity. Returns a list of lookthroughs for the specified account. Aggregate fund-level data is available through the holdings endpoint; lookthroughs provide details about the portfolios of individual funds." } ] } ], "bundled": true }