Automate Reddit
Explore Plans
Mobile menu Close menu
InoreaderInoreader

History of tagged articles

This query returns a list of every time you added a specified tag to an article on Inoreader.

About this query

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This query returns a list of every time you added a specified tag to an article on Inoreader.
API endpoint slug
inoreader.history_of_tagged_articles
Runtime method
performQuery("inoreader.history_of_tagged_articles")

Query fields

Tag Dropdown list

Label
Tag
Slug
tag
Required
true
Can have default value
false

Filter Text input > Other

Label
Filter
Helper text
An optional keyword or phrase. Only articles containing the filter will fire this Trigger.
Slug
filter
Required
true
Can have default value
true

Ingredients

Article titleThe original title of the article.

Slug
article_title
Filter code
Inoreader.historyOfTaggedArticles.ArticleTitle
Type
String
Example
Good News Everyone!

Article authorThe author of the article.

Slug
article_author
Filter code
Inoreader.historyOfTaggedArticles.ArticleAuthor
Type
String
Example
Bender Rodriguez

Article contentThe content of the article (RSS summary).

Slug
article_content
Filter code
Inoreader.historyOfTaggedArticles.ArticleContent
Type
String
Example
Hahahahaha. Oh wait you’re serious. Let me laugh even harder.

Article cover imageThe cover image for the article. Will be filled with a placeholder if it doesn't exist.

Slug
article_cover_image
Filter code
Inoreader.historyOfTaggedArticles.ArticleCoverImage
Type
Image URL
Example
https://ifttt.com/images/no_image_card.png

Article canonical URLThe original URL of the article.

Slug
article_canonical_url
Filter code
Inoreader.historyOfTaggedArticles.ArticleCanonicalURL
Type
Web URL
Example
http://blog.inoreader.com/2014/02/inoreader-version-70-and-new-blog.html

Article inoreader URLThe Inoreader URL of the article.

Slug
article_inoreader_url
Filter code
Inoreader.historyOfTaggedArticles.ArticleInoreaderURL
Type
Web URL
Example
http://www.inoreader.com/article/3a9c6e7ddc36db3f

Article feed titleThe title of the feed.

Slug
article_feed_title
Filter code
Inoreader.historyOfTaggedArticles.ArticleFeedTitle
Type
String
Example
Inoreader blog

Article feed URLThe HTML URL of the feed.

Slug
article_feed_url
Filter code
Inoreader.historyOfTaggedArticles.ArticleFeedURL
Type
Web URL
Example
http://blog.inoreader.com

Article feed rssurlThe RSS URL of the feed.

Slug
article_feed_rss_url
Filter code
Inoreader.historyOfTaggedArticles.ArticleFeedRSSURL
Type
Web URL
Example
http://blog.inoreader.com/feeds/posts/default

Article tagsComma-separated list of article tags.

Slug
article_tags
Filter code
Inoreader.historyOfTaggedArticles.ArticleTags
Type
String
Example
youtube, fun, sports

Article dateDate and time the article was fetched by Inoreader.

Slug
article_date
Filter code
Inoreader.historyOfTaggedArticles.ArticleDate
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Tagged atDate and time the article was tagged.

Slug
tagged_at
Filter code
Inoreader.historyOfTaggedArticles.TaggedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00