{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Idsearch API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Idsearch", "type": "folder" }, "items": [ { "info": { "name": "Search Funtionality to Return Tickers, Company Names and Unique Identifiers for Factset Data", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/idsearch", "body": { "type": "json", "data": "{}" } }, "docs": "Service will accept request in JSON formatted request body. The request is sent by passing a query which is an array conitaining search query objects with parameters. The parameters contain search term and filters defined by the end user. This would display a specific set of identifiers based on the request.\n" } ] } ], "bundled": true }