{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Members API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Members", "type": "folder" }, "items": [ { "info": { "name": "Factset List of Instruments Belonging to an Instrument-level Selection List.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/instrument/selectionList/members/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of instruments belonging to an instrument-level selection list." }, { "info": { "name": "Factset List of Notations Belonging to a Notation-level Selection List.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/notation/selectionList/members/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of notations belonging to a notation-level selection list." } ] } ], "bundled": true }