{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Batch Processing API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Batch Processing", "type": "folder" }, "items": [ { "info": { "name": "Factset Returns the Status for a Batch Request.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/batch-status", "params": [ { "name": "id", "value": "", "type": "query", "description": "Batch request identifier (UUID)." } ] }, "docs": "Return the status for the underlying batch request that is specified by the id." }, { "info": { "name": "Factset Returns the Response for a Batch Request.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/batch-result", "params": [ { "name": "id", "value": "", "type": "query", "description": "Batch request identifier (UUID)." } ] }, "docs": "Returns the response data for the underlying batch request that is specified by the id.\n\nBy default, this endpoint will return data as JSON. If you wish to receive your data in CSV format, you can edit the header to have the \"accept\" parameter as \"text/csv\" instead of \"application/json\"." } ] } ], "bundled": true }