{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Calculate API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Calculate", "type": "folder" }, "items": [ { "info": { "name": "SubmitCalculate", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v2/job/calculate", "body": { "type": "json", "data": "{}" } }, "docs": "Begins calculation of screen. Subject to rate limiting by serial." } ] } ], "bundled": true }