{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Selections API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Selections", "type": "folder" }, "items": [ { "info": { "name": "Factset Set of Custom Instrument-level Selection Lists.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/instrument/selectionList/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "Set of custom instrument-level selection lists." }, { "info": { "name": "Factset for Each Given Instrument, Returns the Instrument-level Selection Lists of Which the Instrument Is a Member.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/instrument/selectionList/listByInstrument", "params": [ { "name": "identifiers", "value": "", "type": "query" }, { "name": "identifierType", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "For each given instrument, returns the instrument-level selection lists of which the instrument is a member." }, { "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 Set of Custom Notation-level Selection Lists.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/notation/selectionList/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "Set of custom notation-level selection lists." }, { "info": { "name": "Factset for Each Given Notation, Returns the Notation-level Selection Lists of Which the Notation Is a Member.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/notation/selectionList/listByNotation", "params": [ { "name": "identifiers", "value": "", "type": "query" }, { "name": "identifierType", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "For each given notation, returns the notation-level selection lists of which the notation is a member." }, { "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 }