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