{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Alert API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Alert", "type": "folder" }, "items": [ { "info": { "name": "Factset Details of an Alert.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/alerting/prices/basic/alert/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 an alert. The details include the trigger definition at the time of alert creation." }, { "info": { "name": "Factset List of Alerts.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/alerting/prices/basic/alert/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_subscriptionMinimumInterval", "value": "", "type": "query", "description": "Non-negative number of milliseconds to throttle the update rate from 0ms to 5000ms. Set to 0 for sending updates immediately." }, { "name": "_paginationCursor", "value": "", "type": "query", "description": "Starting point as returned in the attributes `pagination.next` or `pagination.previous` by a prior invocation of this endpoint, or undefined (default)." }, { "name": "_paginationLimit", "value": "", "type": "query", "description": "Non-negative maximum number of entries to return." } ] }, "docs": "List of alerts in descending order of creation." } ] } ], "bundled": true }