{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Headlines API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Headlines", "type": "folder" }, "items": [ { "info": { "name": "getEventHeadlines", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/events/headlines", "params": [ { "name": "created", "value": "", "type": "query", "description": "A date/time (UTC) interval for filtering signal events based on their creation date. Defaults to NOW - 7 days if omitted. Users with limited access can only provide the default or a smaller date window." }, { "name": "updated", "value": "", "type": "query", "description": "A date/time (UTC) interval for filtering signal events based on their last updated date. Defaults to NOW - 7 days if omitted. Users with limited access can only provide the default or a smaller date window." }, { "name": "signalIds", "value": "dilutionTrigger,freeCashFlow", "type": "query" }, { "name": "ids", "value": "FDS-US,AMZN-US", "type": "query", "description": "Comma delimited string of identifiers. An identifier can be a ticker, FactSet entity id, CUSIP or ISIN. You must provide a list of identifiers either via a ids or a portfolios parameter. If both are provided, only ids filter is used. Users with limited access can use only the ids filter and provide at most 10 ids." }, { "name": "portfolios", "value": "", "type": "query", "description": "Name of a portfolio file stored by FactSet. If the portfolio contains more than 1,000 ids, only the first 1,000 ids are processed (e.g. client:techstocks.ofdb). Please note that using this parameter requires full subscription to Signals API." }, { "name": "themes", "value": "", "type": "query", "description": "Comma delimited string of theme ids. Full list of signal themes can be viewed at /themes." }, { "name": "categories", "value": "", "type": "query", "description": "Comma delimited string of category ids. Full list of signal categories can be viewed at /categories." }, { "name": "userRelevanceScore", "value": "", "type": "query", "description": "A range for filtering signal events based on their relevancy score." }, { "name": "sort", "value": "-userRelevanceScore,-eventDate", "type": "query", "description": "Comma delimited string of sortable attributes. The sort order for each sort attribute is ascending unless it is prefixed with a minus sign, in which case it is descending. If sort is not provided, the default sort applied is -userRelevanceScore (userRelevanceScore in descending order)." }, { "name": "resolveIdentifiers", "value": "true", "type": "query", "description": "The api will return resolved identifiers in the meta section of the response by default (true). If the parameter is false, the api will not attempt to resolve the identifiers." } ] }, "docs": "Fetch Signals event headlines based on at least one of the following filtering parameters: `ids`, `portfolios`" }, { "info": { "name": "postEventHeadlines", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/events/headlines", "body": { "type": "json", "data": "{}" } }, "docs": "Fetch Signals event headlines based on the filtering criteria for up to 1000 identifiers and at least one of the following filtering parameters: `ids`, `portfolios`" }, { "info": { "name": "Factset Retrieve Streetaccount Headlines for Given Filters", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/streetaccount/headlines", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint will pull all headlines produced by StreetAccount and the full story body will be returned by the data set. Filters can be specified via the endpoint below." }, { "info": { "name": "Factset Retrieve Streetaccount Headlines for Given View", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/streetaccount/views/:id/headlines", "params": [ { "name": "id", "value": "SA News View", "type": "path", "description": "view id of the view to return headlines for" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint allows you to pull all headlines produced by StreetAccount for a saved view. The full story body will be returned by the data set. Views can be created via the Create Views endpoint." } ] } ], "bundled": true }