{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Checks API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Checks", "type": "folder" }, "items": [ { "info": { "name": "Factset Returns the Status and Percentage of Completion for the Requested Jobid", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/streetaccount/historical/check-status", "params": [ { "name": "jobID", "value": "", "type": "query", "description": "jobID returned by the request-files endpoint to know the status and percentDone" }, { "name": "_paginationLimit", "value": "", "type": "query", "description": "Specifies the maximum number of results to return per result" }, { "name": "_paginationOffset", "value": "", "type": "query", "description": "Specifies the starting point for pagination. This parameter is used to identify the beginning of next set of results" } ] }, "docs": "Need to plug-in the jobID from /request-files into /check-status endpoint" } ] } ], "bundled": true }