Redicom Help Center

article

article.id

Version 1.0

Returns the value of the id field of the article.

Input

{{ response.article.id }}

Output

55

article.title

Version 1.0

Returns the value of the title field of the article.

{% for item in response.articles %}
<span class="h2" >{{item.title|raw}}</span>
{% endfor %}

Input

{{ response.article.title }}

Output

Example Title

article.content

Version 1.0

Returns the value of the content field of the article.

{% for item in response.articles %}
<p>{{item.content|raw}}</p>
{% endfor %}

Input

{{ response.article.content }}

article.image

Version 1.0

Returns all of the line image in the article.

article.author

Version 1.0

Returns the value of the author field of the article.

Input

{{ response.article.author }}

Output

Serafim Costa

Version 1.1

Returns all of the line banner in the article.

article.category

Version

Returns the value of the category field of the article.

article.date

Version

Returns the value of the date field of the article.

article.year

Version

Returns the value of the year field of the article.

article.month

Version

Returns the value of the month field of the article.

article.day

Version

Returns the value of the day field of the article.

article.subtitle

Version

Returns the value of the subtitle field of the article.

Version

Returns the value of the featured field of the article.

Version

Returns the value of the author_link field of the article.

article.source

Version

Returns the value of the source field of the article.

Version

Returns the value of the source_link field of the article.

article.comment

Version

Returns the value of the comment field of the article.