{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Text API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Text", "type": "folder" }, "items": [ { "info": { "name": "Factset Search for News Articles Using a Fulltext Search.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/news/article/searchByText", "body": { "type": "json", "data": "{}" } }, "docs": "Search for news articles using a fulltext search. All specified criteria need to be fulfilled for an article to match. Each criterion is handled according to its selectionType; \"include\" requires the criterion to evaluate to true, \"exclude\" requires the criterion to evaluate to false. A criterion is fulfilled when at least one of its values is found." }, { "info": { "name": "Factset List of Background Text Types.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/basic/backgroundText/type/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of background text types." }, { "info": { "name": "Factset Background Texts of an Instrument.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/instrument/backgroundText/list", "params": [ { "name": "identifier", "value": "", "type": "query" }, { "name": "identifierType", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "Background texts of an instrument." }, { "info": { "name": "Factset List of Background Text Types for Instruments.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/instrument/backgroundText/type/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of background text types for instruments." }, { "info": { "name": "Factset Role-specific Background Texts of Legal Entities Related to an Instrument.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/instrument/legalEntity/backgroundText/list", "params": [ { "name": "identifier", "value": "", "type": "query" }, { "name": "identifierType", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "Role-specific background texts of legal entities related to an instrument." }, { "info": { "name": "Factset Text-based Search for Notations.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/notation/searchByText", "body": { "type": "json", "data": "{}" } }, "docs": "Text-based search for notations in selected identifier and name attributes according to a tolerant full-text match algorithm. The results satisfy all selected filters; sorting by various attributes is possible. If more than one notation of an instrument matches, only the notation with the best market priority (according to the parameter `market.priority`) or, in the absence of market priorities, only the notation with the highest trading volume, averaged over one month, is considered. \n All " } ] } ], "bundled": true }