{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Records API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Records", "type": "folder" }, "items": [ { "info": { "name": "Factset Get All Notes and Meetings Where a Specific Contact Was Tagged", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/contacts/:contactId/records", "params": [ { "name": "contactId", "value": "", "type": "path", "description": "contactId to get associated records" } ] }, "docs": "Factset Get All Notes and Meetings Where a Specific Contact Was Tagged" }, { "info": { "name": "Factset Get All Notes and Meetings Where a Specific Customsymbol Was Tagged as Primary or Related Identifier", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/custom-symbols/:customSymbolId/records", "params": [ { "name": "customSymbolId", "value": "", "type": "path", "description": "CustomSymbolId to get associated records" } ] }, "docs": "Factset Get All Notes and Meetings Where a Specific Customsymbol Was Tagged as Primary or Related Identifier" } ] } ], "bundled": true }