{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Trigger API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Trigger", "type": "folder" }, "items": [ { "info": { "name": "Factset Details of a Trigger.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/alerting/prices/basic/trigger/get", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "Details of a trigger." }, { "info": { "name": "Factset List of Triggers.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/alerting/prices/basic/trigger/list", "body": { "type": "json", "data": "{}" } }, "docs": "Returns a list of triggers sorted in descending order of creation." } ] } ], "bundled": true }