{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Recommendations API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Recommendations", "type": "folder" }, "items": [ { "info": { "name": "Factset Get All Recommendations", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/recommendations" }, "docs": "Factset Get All Recommendations" }, { "info": { "name": "Factset Attributes of a Single List.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/recommendationList/get", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "Attributes of a single list, including data about its active revision." }, { "info": { "name": "Factset Search for Recommendation Lists.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/recommendationList/search", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "onlyActive", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "Search for recommendation lists, delivering an array of recommendation lists matching the specified filter criteria. The data provided for each recommendation list includes the currently active revision (or null in case no active revision exists)." }, { "info": { "name": "Factset Attributes of a Single Revision.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/recommendationList/revision/get", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "Attributes of a single revision." }, { "info": { "name": "Factset List of Revisions of a Recommendation List.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/recommendationList/revision/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of revisions of a recommendation list, excluding the elements of each revision." }, { "info": { "name": "Factset Search for Revisions of a Recommendation List.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/recommendationList/revision/search", "params": [ { "name": "idNotation", "value": "", "type": "query" }, { "name": "idInstrument", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "Search for revisions of a recommendation list." }, { "info": { "name": "Factset List of Elements of a Given Revision.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/recommendationList/revision/element/list", "params": [ { "name": "idRevision", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "List of elements of a given revision." }, { "info": { "name": "Target price and aggregated recommendations for a stock.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/stock/recommendation/aggregate/get", "params": [ { "name": "identifier", "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": "Target price and aggregated recommendations for a stock." }, { "info": { "name": "Current and historical trade recommendations and target prices for a stock.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/stock/recommendation/aggregate/history/list", "params": [ { "name": "identifier", "value": "", "type": "query" }, { "name": "identifierType", "value": "", "type": "query" }, { "name": "snapshots", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "Current and historical trade recommendations and target prices for a stock." } ] } ], "bundled": true }