{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Transactions API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "Factset Transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/transactions", "params": [ { "name": "id", "value": "", "type": "query", "description": "Company ticker" }, { "name": "transactionType", "value": "", "type": "query", "description": "Filters response to return only this type of transaction. If not specified, returns all transactions. Values are not case sensitive." }, { "name": "financingType", "value": "", "type": "query", "description": "Filters response to return transactions of this financing type. If not specified, returns all transactions. Values are not case sensitive" } ] }, "docs": "Factset Transactions" }, { "info": { "name": "Push transactions data into FactSet.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/transactions", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint takes the transactions data and pushes them into FactSet." } ] } ], "bundled": true }