This query returns a list of every time a Hacker News story becomes a top story.
- API endpoint slug
- hacker_news.history_of_top_stories
- Runtime method
- performQuery("hacker_news.history_of_top_stories")
Query fields
- Label
- Matching search term
- Helper text
- Optional. Searches for new top stories matching the search term.
- Slug
- search
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- created_at
- Filter code
- HackerNews.historyOfTopStories.TriggeredAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
- Slug
- username
- Filter code
- HackerNews.historyOfTopStories.Username
- Type
- String
- Example
- pg
- Slug
- score
- Filter code
- HackerNews.historyOfTopStories.Points
- Type
- String
- Example
- 96
- Slug
- url
- Filter code
- HackerNews.historyOfTopStories.StoryUrl
- Type
- String
- Example
- https://news.ycombinator.com/item?id=10346551
- Slug
- title
- Filter code
- HackerNews.historyOfTopStories.Title
- Type
- String
- Example
- Developing with Docker at IFTTT
- Slug
- comments_count
- Filter code
- HackerNews.historyOfTopStories.CommentsCount
- Type
- String
- Example
- 28
- Slug
- text
- Filter code
- HackerNews.historyOfTopStories.Text
- Type
- String
- Example
- What do you think about this framework?
- Slug
- external_url
- Filter code
- HackerNews.historyOfTopStories.ExternalUrl
- Type
- Web URL
- Example
- https://medium.com/engineering-at-ifttt/developing-with-docker-at-ifttt-5bd03b4e597c