{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Info API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Info", "type": "folder" }, "items": [ { "info": { "name": "Factset Get Quant Engine Calculation Metadata Information by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/calculations/:id/units/:unitId/info", "params": [ { "name": "id", "value": "", "type": "path", "description": "from url, provided from the location header in the Get Quant calculation status by id endpoint" }, { "name": "unitId", "value": "", "type": "path", "description": "from url, provided from the location header in the Get Quant calculation status by id endpoint" } ] }, "docs": "This is the endpoint to get the metadata information of a previously requested calculation." } ] } ], "bundled": true }