{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Universe API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Universe", "type": "folder" }, "items": [ { "info": { "name": "Factset Get Entity Candidates and Matches for a Single Name and Attributes.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-private-markets/v1/universe", "params": [ { "name": "name", "value": "Cargill", "type": "query", "description": "Name of Entity to match." }, { "name": "country", "value": "US", "type": "query", "description": "ISO2 country code corresponding to the entity name that is used when evaluating candidates for a match. For a list of ISO2 Country codes, visit [OA 8754](https://my.apps.factset.com/oa/pages/8754)." } ] }, "docs": "Finds the best candidate entities matching the given entity name. Country code can also be supplied to narrow the search.
**Max of 1 Name permitted in a single GET request.** Use the POST method for /entity-match to fetch up to 25 names.
\n" }, { "info": { "name": "Factset Get a List of Entity Candidates and Matches for a Requested List of up to 25 Names and Attributes.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-private-markets/v1/universe", "body": { "type": "json", "data": "{}" } }, "docs": "Finds the best candidate entities matching the given entity name. Country code can also be supplied to narrow the search. Finds the best candidate entities matching the given company name.
**Max of 25 Names inputted.**
\n" } ] } ], "bundled": true }