{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Refresh API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Refresh", "type": "folder" }, "items": [ { "info": { "name": "Factset Upload a spreadsheet file", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/refresh/calculate", "params": [ { "name": "nowHandlingEnabled", "value": "", "type": "query", "description": "Return \\#VALUE for =FDS codes dependent on NOW(). Default is true. For more information on volatile code handling, see Online Assistant https://my.apps.factset.com/oa/pages/16118." }, { "name": "refreshAutoFilters", "value": "", "type": "query", "description": "Option to refresh =FDS codes within autofilters. Codes that are filtered out will not be refreshed, unless this option is set to true. Default is false. For more information, see Online Assistant https://my.apps.factset.com/oa/pages/21084#fds" }, { "name": "resizeArrays", "value": "", "type": "query", "description": "Option to allow automatic array-resizing, which allows you to return a time series of data without manually setting an array. Default is true. For more information, see Online Assistant https://my.apps.factset.com/oa/pages/21084#fds" } ] }, "docs": "Upload a spreadsheet file (in the Open Office XML format) for FactSet to refresh." }, { "info": { "name": "Factset Get the status of the refresh job with the given resource ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/refresh/:id/status", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the job (resource ID returned from FactSet)." } ] }, "docs": "Check the status of the given job by the resource ID" }, { "info": { "name": "Factset Retrieve a calculated file by resource ID.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/refresh/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the job (resource ID returned from FactSet)." } ] }, "docs": "If the requested job is complete, the calculated file will be returned." } ] } ], "bundled": true }