{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Unit API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Unit", "type": "folder" }, "items": [ { "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 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 Quant Engine Calculation Metadata Information by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/calculations/:id/units/:unitId/info", "params": [ { "name": "id", "value": "", "type": "path", "description": "from url, provided from the location header in the Get Quant calculation status by id endpoint" }, { "name": "unitId", "value": "", "type": "path", "description": "from url, provided from the location header in the Get Quant calculation status by id endpoint" } ] }, "docs": "This is the endpoint to get the metadata information of a previously requested calculation." }, { "info": { "name": "Factset Details of a Value Unit.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/valueUnit/get", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "Details of a value unit." }, { "info": { "name": "Factset List of Value Units.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/basic/valueUnit/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of value units." }, { "info": { "name": "Factset List of Alternative Units.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/valueUnit/alternative/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" }, { "name": "_sort", "value": "", "type": "query", "description": "Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which case it is descending. A list of at most 1 (possibly prefixed) attribute name(s) is allowed." } ] }, "docs": "List of alternative units." }, { "info": { "name": "Factset List of Currencies.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/basic/valueUnit/currency/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of currencies." }, { "info": { "name": "Factset Details of a Fractional Currency.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/valueUnit/currency/fractional/get", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "Details of a fractional currency." }, { "info": { "name": "Factset List of Fractional Currencies.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/valueUnit/currency/fractional/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" }, { "name": "_sort", "value": "", "type": "query", "description": "Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which case it is descending. A list of at most 1 (possibly prefixed) attribute name(s) is allowed." } ] }, "docs": "List of fractional currencies." }, { "info": { "name": "Factset List of Main Currencies.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/basic/valueUnit/currency/main/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of main currencies." } ] } ], "bundled": true }