{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Runs API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Runs", "type": "folder" }, "items": [ { "info": { "name": "Factset Trigger Prb Jobs", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/runs", "body": { "type": "json", "data": "{}" } }, "docs": "Use this endpoint with with POST method to trigger PRB jobs." }, { "info": { "name": "Factset Check the Status for a Particular Run Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/runs/:id/status", "params": [ { "name": "id", "value": "", "type": "path", "description": "run id" } ] }, "docs": "Use this endpoint to check the status of a run using the id from the POST /runs endpoint" } ] } ], "bundled": true }