{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Record API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Record", "type": "folder" }, "items": [ { "info": { "name": "Factset Get Details of a Record Event of a Meeting", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/meetings/:meetingId/events/:recordEventId", "params": [ { "name": "meetingId", "value": "", "type": "path", "description": "Meeting Id" }, { "name": "recordEventId", "value": "", "type": "path", "description": "Record Event Id" } ] }, "docs": "Factset Get Details of a Record Event of a Meeting" }, { "info": { "name": "Factset Get Details of a Record Event of a Note", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/notes/:noteId/events/:recordEventId", "params": [ { "name": "noteId", "value": "", "type": "path", "description": "Note Id" }, { "name": "recordEventId", "value": "", "type": "path", "description": "Record Event Id" } ] }, "docs": "Factset Get Details of a Record Event of a Note" } ] } ], "bundled": true }