{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Batch Result API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Batch Result", "type": "folder" }, "items": [ { "info": { "name": "Factset Returns the response for a Batch Request", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/batch-result", "params": [ { "name": "id", "value": "", "type": "query", "description": "Batch Request identifier." } ] }, "docs": "Returns the response data for the underlying batch request that is specified by the id.\n\n The Formula API supports Long Running asynchronous requests up to **20 minutes** via the `batch` parameter in the `/time-series` endpoint and up to **10 minutes** in the `/cross-sectional` endpoint.\n\n *This feature is available to Individual Users subscribed to the Performance Package and Performance Package Plus Performance Tiers and all Production Users. If you are unsure which Performance Tier you are " }, { "info": { "name": "Factset Returns the status for a Batch Request", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/batch-result", "body": { "type": "json", "data": "{}" } }, "docs": "Returns the response data for the underlying batch request that is specified by the id.\n\n The Formula API supports Long Running asynchronous requests up to **20 minutes** via the `batch` parameter in the `/time-series` endpoint and up to **10 minutes** in the `/cross-sectional` endpoint.\n\n *This feature is available to Individual Users subscribed to the Performance Package and Performance Package Plus Performance Tiers and all Production Users. If you are unsure which Performance Tier you are " }, { "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." } ] }, "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\".\n" } ] } ], "bundled": true }