{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Managers API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Managers", "type": "folder" }, "items": [ { "info": { "name": "Factset Get a List of Fund Managers and Related Details for a List of Ids.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-funds/v1/managers", "params": [ { "name": "ids", "value": "", "type": "query", "description": "The requested fund identifier. FactSet Identifiers, tickers, CUSIP, SEDOL, and ISIN are accepted inputs.

***ids limit** = 1000 per request*

*

Make note, GET Method URL request lines are also limited to a total length of 8192 bytes (8KB). In cases where the service allows for thousands of ids, which may lead to exceeding this request line limit of 8KB, its advised for any requests with large request lines to be requested through the respective \"POST\" method.

*\n" } ] }, "docs": "Fetch basic Fund manager details, such as Title, Phone, Job Id and Name. NOTE - A subscription to FactSet's Ownership product is required to access formulas in this Asset Managers subcategory.\n" }, { "info": { "name": "Factset Get a List of Fund Managers and Related Details for a Large List of Ids.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-funds/v1/managers", "body": { "type": "json", "data": "{}" } }, "docs": "Fetch basic Fund manager details, such as Title, Phone, Job Id and Name. \n" }, { "info": { "name": "Factset Get File Manager Audit Data.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/FileManagerAudit", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Factset Get File Manager Audit Data." } ] } ], "bundled": true }