{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Trade API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Trade", "type": "folder" }, "items": [ { "info": { "name": "readTradeData", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/trade-data/:id", "params": [ { "name": "id", "value": "270c2fa8-9110-444b-9101-17e10132fe0a", "type": "path", "description": "Unique identifier of the trade data to be read" } ] }, "docs": "Read a trade data" } ] } ], "bundled": true }