Skip to content

Latest commit

 

History

History
40 lines (19 loc) · 921 Bytes

HeadlinesRequestByViewData.md

File metadata and controls

40 lines (19 loc) · 921 Bytes

streetaccountnews.HeadlinesRequestByViewData

Properties

Name Type Description Notes
name String View name of the view to return headlines for [optional]
predefinedRange String see list of valid date ranges. Date range is mutually exlusive to start/end time [optional]
searchTime HeadlinesRequestDataSearchTime [optional]

Enum: PredefinedRangeEnum

  • today (value: "today")

  • twoDays (value: "twoDays")

  • oneWeek (value: "oneWeek")

  • oneMonth (value: "oneMonth")

  • threeMonths (value: "threeMonths")

  • sixMonths (value: "sixMonths")

  • oneYear (value: "oneYear")

  • threeYears (value: "threeYears")

  • fiveYears (value: "fiveYears")

  • tenYears (value: "tenYears")

  • allAvailable (value: "allAvailable")