{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Lookups API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Lookups", "type": "folder" }, "items": [ { "info": { "name": "Factset Get Accounts and Sub-directories in a Directory", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/lookups/v3/accounts/:path", "params": [ { "name": "path", "value": "", "type": "path", "description": "The directory to get the accounts and sub-directories in" } ] }, "docs": "This endpoint looks up all ACCT and ACTM files and sub-directories in a given directory." }, { "info": { "name": "Factset Get Currencies", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/lookups/v3/currencies" }, "docs": "This endpoint lists all the currencies that can be applied to any calculation." } ] } ], "bundled": true }