{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Media API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Media", "type": "folder" }, "items": [ { "info": { "name": "Factset Retrieve a Specific Media File", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/ofs/v2/media/download/:namespace/:scope/:guid/:fileName", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "The namespace of the media file" }, { "name": "scope", "value": "", "type": "path", "description": "The scope of the media file" }, { "name": "guid", "value": "", "type": "path", "description": "The GUID of the file being requested" }, { "name": "fileName", "value": "", "type": "path", "description": "The name you want to show for this file in the uri." } ] }, "docs": "Factset Retrieve a Specific Media File" }, { "info": { "name": "Factset Check the existence and retrieve the headers of a spefic media file", "type": "http" }, "http": { "method": "HEAD", "url": "https://api.factset.com/ofs/v2/media/download/:namespace/:scope/:guid/:fileName", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "The namespace of the media file" }, { "name": "scope", "value": "", "type": "path", "description": "The scope of the media file" }, { "name": "guid", "value": "", "type": "path", "description": "The GUID of the file being requested" }, { "name": "fileName", "value": "", "type": "path", "description": "The name you want to show for this file in the uri." } ] }, "docs": "Factset Check the existence and retrieve the headers of a spefic media file" }, { "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." }, { "info": { "name": "Factset List of Internet Media Types.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/basic/media/type/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of Internet media types. See http://www.iana.org/assignments/media-types/ for further details. Not all such Internet media types are available on the MDG." } ] } ], "bundled": true }