{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About News API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "News", "type": "folder" }, "items": [ { "info": { "name": "Factset Details for a News Article.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/news/article/get", "params": [ { "name": "code", "value": "", "type": "query" }, { "name": "includeMedia", "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": "Details for a news article." }, { "info": { "name": "Factset List of News Articles.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/news/article/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of news articles." }, { "info": { "name": "Factset List News Articles of an Article Chain.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/news/article/listByChain", "body": { "type": "json", "data": "{}" } }, "docs": "List news articles of an article chain." }, { "info": { "name": "Factset News Articles for Instruments That Are Constituents of the Given Indices.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/news/article/listByIndex", "body": { "type": "json", "data": "{}" } }, "docs": "News articles for instruments that are constituents of the given indices." }, { "info": { "name": "Factset News Articles for Instruments.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/news/article/listByInstrument", "body": { "type": "json", "data": "{}" } }, "docs": "News articles for instruments." }, { "info": { "name": "Factset List News Articles Which Contain Media of Specific Media Kinds.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/news/article/listByMediaKind", "body": { "type": "json", "data": "{}" } }, "docs": "List news articles which contain media of specific media kinds." }, { "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 Details for a News Article Type.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/news/article/type/get", "params": [ { "name": "id", "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": "Details for a news article type." }, { "info": { "name": "Factset List of News Article Types.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/news/article/type/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "List of news article types." }, { "info": { "name": "Factset Details of a Distributor.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/news/distributor/get", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "Details of a distributor." }, { "info": { "name": "Factset List of Distributors.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/news/distributor/list", "params": [ { "name": "ids", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_sort", "value": "", "type": "query", "description": "Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which case it is descending. A list of at most 1 (possibly prefixed) attribute name(s) is allowed." } ] }, "docs": "List of distributors." }, { "info": { "name": "Factset Details of a Publisher.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/news/publisher/get", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "Details of a publisher." }, { "info": { "name": "Factset List of Publishers.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/news/publisher/list", "params": [ { "name": "ids", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_sort", "value": "", "type": "query", "description": "Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which case it is descending. A list of at most 1 (possibly prefixed) attribute name(s) is allowed." }, { "name": "_paginationOffset", "value": "", "type": "query", "description": "Non-negative number of entries to skip, or 0 (default)." }, { "name": "_paginationLimit", "value": "", "type": "query", "description": "Non-negative maximum number of entries to return." } ] }, "docs": "List of publishers." }, { "info": { "name": "Factset List of Publishers Provided by the Given Distributor.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/news/publisher/listByDistributor", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_sort", "value": "", "type": "query", "description": "Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which case it is descending. A list of at most 1 (possibly prefixed) attribute name(s) is allowed." } ] }, "docs": "List of publishers provided by the given distributor." }, { "info": { "name": "Factset Search for Publishers.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/news/publisher/searchByName", "body": { "type": "json", "data": "{}" } }, "docs": "Search for publishers by the name of the publisher." } ] } ], "bundled": true }