{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Chain API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Chain", "type": "folder" }, "items": [ { "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." } ] } ], "bundled": true }