{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Results API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Results", "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\nTier 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\nTier you are " }, { "info": { "name": "Factset Returns the Response for a Batch Request", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-global-prices/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\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" }, { "info": { "name": "Factset Gets the Generated File", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/:tenant/report-instances/:reportInstanceId/results/:reportFileName", "params": [ { "name": "tenant", "value": "", "type": "path", "description": "The code of the tenancy" }, { "name": "reportInstanceId", "value": "", "type": "path", "description": "Used to validate that report file name belongs to the report instance passed" }, { "name": "reportFileName", "value": "", "type": "path", "description": "The report file name that has to be retrieved. report file name. E.g: xyz.pdf" } ] }, "docs": "Get the generated file for a report instance. Users can fetch the generated report once the genration is finished. The report instance id and the report file name are passed in as path paramters" } ] } ], "bundled": true }