{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Kind API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Kind", "type": "folder" }, "items": [ { "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 List of Media Kinds.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/media/kind/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "List of media kinds." } ] } ], "bundled": true }