{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Result API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Result", "type": "folder" }, "items": [ { "info": { "name": "Factset Retrieve the completed response for your query.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/result", "body": { "type": "json", "data": "{}" } }, "docs": "Returns FactSet content and data in response to the query provided to the `/create` endpoint. This endpoint is the final step in the single-question request process.\nResponses contain a combination of Microsoft Adaptive Cards for data/tables and markdown for text.\n" }, { "info": { "name": "Factset Get Afi Optimization Result by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/afi/v3/optimizations/:id/result", "params": [ { "name": "id", "value": "", "type": "path", "description": "from url, provided from the location header in the Get AFI optimization status by id endpoint" } ] }, "docs": "This is the endpoint to get the result of a previously requested optimization." }, { "info": { "name": "Factset Get Npo Optimization Result by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/npo/v3/optimizations/:id/result", "params": [ { "name": "id", "value": "", "type": "path", "description": "from url, provided from the location header in the Get NPO optimization status by id endpoint" } ] }, "docs": "This is the endpoint to get the result of a previously requested optimization." }, { "info": { "name": "Factset Get Pa Calculation Result by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/pa/v3/calculations/:id/units/:unitId/result", "params": [ { "name": "id", "value": "", "type": "path", "description": "from url, provided from the location header in the Get PA calculation status by id endpoint" }, { "name": "unitId", "value": "", "type": "path", "description": "from url, provided from the location header in the Get PA calculation status by id endpoint" } ] }, "docs": "This is the endpoint to get the result of a previously requested calculation.\r\nIf the calculation has finished computing, the body of the response will contain the requested document in JSON." }, { "info": { "name": "Factset Get Fpo Optimization Result by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/fpo/v3/optimizations/:id/result", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "from url, provided from the location header in the Get FPO optimization status by id endpoint" } ] }, "docs": "This is the endpoint to get the result of a previously requested optimization.\r\nIf the optimization has finished computing, the body of the response will contain result in JSON." }, { "info": { "name": "Factset Returns the Response for a Batch Request", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/batch/v1/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." }, { "info": { "name": "Factset Returns the Response for a Batch Request", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/batch/v1/result", "body": { "type": "json", "data": "{}" } }, "docs": "Return the response data for the underlying batch request that is specified by the id. " }, { "info": { "name": "Factset Get Pub Calculation Result by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/pub/v3/calculations/:id/units/:unitId/result", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "from url, provided from the location header in the Get Pub calculation status by id endpoint" }, { "name": "unitId", "value": "", "type": "path", "description": "from url, provided from the location header in the Get Pub calculation status by id endpoint" } ] }, "docs": "This is the endpoint to get the result of a previously requested calculation.\r\nIf the calculation has finished computing, the body of the response will contain the requested document in the specified format." }, { "info": { "name": "Factset Get Quant Engine Calculation Result by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/calculations/:id/units/:unitId/result", "params": [ { "name": "id", "value": "", "type": "path", "description": "from url, provided from the location header in the Get Quant Engine calculation status by id endpoint" }, { "name": "unitId", "value": "", "type": "path", "description": "from url, provided from the location header in the Get Quant Engine calculation status by id endpoint" } ] }, "docs": "This is the endpoint to get the result of a previously requested calculation.\r\nIf the calculation has finished computing, the body of the response will contain the requested document in JSON." }, { "info": { "name": "Factset Get Spar Calculation Result by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/spar/v3/calculations/:id/units/:unitId/result", "params": [ { "name": "id", "value": "", "type": "path", "description": "from url, provided from the location header in the Get SPAR calculation status by id endpoint" }, { "name": "unitId", "value": "", "type": "path", "description": "from url, provided from the location header in the Get SPAR calculation status by id endpoint" } ] }, "docs": "This is the endpoint to get the result of a previously requested calculation.\r\nIf the calculation has finished computing, the body of the response will contain the requested document in JSON." }, { "info": { "name": "Factset Get Vault Calculation Result by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/vault/v3/calculations/:id/units/:unitId/result", "params": [ { "name": "id", "value": "", "type": "path", "description": "from url, provided from the location header in the Get Vault calculation status by id endpoint" }, { "name": "unitId", "value": "", "type": "path", "description": "from url, provided from the location header in the Get Vault calculation status by id endpoint" } ] }, "docs": "This is the endpoint to get the result of a previously requested calculation.\r\nIf the calculation has finished computing, the body of the response will contain the requested document in JSON." } ] } ], "bundled": true }