{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Output API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Output", "type": "folder" }, "items": [ { "info": { "name": "Factset Get Calculation Output for a Specific Calculation", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/quant/fpe/v1/calculations/:id/output", "params": [ { "name": "id", "value": "", "type": "path", "description": "From url, provided by location header or response body in the calculation start endpoint" } ] }, "docs": "This endpoint returns the specified output from the calculation." } ] } ], "bundled": true }