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