{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Transaction API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Transaction", "type": "folder" }, "items": [ { "info": { "name": "Add a transaction to a portfolio.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/portfolio/transaction/create", "body": { "type": "json", "data": "{}" } }, "docs": "Add a transaction to a portfolio.\n\nCertain error conditions yield errors as follows: \n\n|Error Condition|HTTP Error|\n|-------|--------|\n|The number of transactions would exceed 1000.|400 Bad Request|" }, { "info": { "name": "Delete a transaction of a portfolio.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/portfolio/transaction/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Delete a transaction of a portfolio." }, { "info": { "name": "List of transactions in a portfolio.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/portfolio/transaction/list", "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" }, { "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 7 (possibly prefixed) attribute name(s) is allowed." }, { "name": "_paginationOffset", "value": "", "type": "query", "description": "Non-negative number of entries to skip, or 0 (default)." }, { "name": "_paginationLimit", "value": "", "type": "query", "description": "Non-negative maximum number of entries to return." } ] }, "docs": "List of transactions in a portfolio." }, { "info": { "name": "Modify a transaction in a portfolio.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/portfolio/transaction/modify", "body": { "type": "json", "data": "{}" } }, "docs": "Modify a transaction in a portfolio.\n\nCertain error conditions yield errors as follows: \n\n|Error Condition|HTTP Error|\n|-------|--------|\n|At least one of the parameters `numberShares`, `price`, `charges`, `exchangeRate` or `time` must be set.|400 Bad Request|" }, { "info": { "name": "Add a cash transaction to a portfolio.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/portfolio/transaction/cash/create", "body": { "type": "json", "data": "{}" } }, "docs": "Add a cash transaction to a portfolio.\n\nCertain error conditions yield errors as follows: \n\n|Error Condition|HTTP Error|\n|-------|--------|\n|The number of transactions would exceed 1000.|400 Bad Request|" }, { "info": { "name": "Delete a cash transaction.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/portfolio/transaction/cash/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Delete a cash transaction." } ] } ], "bundled": true }