Redicom Help Center

reviews

reviews.title

Version 1.0

Returns the title of the review

Input

{{ response.reviews.titulo}}

Output

"Um bom produto."

reviews.mensagem

Version 1.0

Returns the review message.

Input

{{ response.reviews.mensagem}}

Output

"Gostei do produto porque..."

reviews.avaliacao

Version 1.0

Retuns the total value of the review.

Input

{{ response.reviews.avaliacao}}

Output

"5"

reviews.data

Version 1.0

Returns the review date.

Input

{{ response.reviews.data}}

Output

2016-07-29

reviews.nome

Version 1.0

Returns the name of the client who made the review.

Input

{{ response.reviews.nome}}

Output

"António"

reviews.lines

Version 1.0

Returns an array with the information of the reviews rules. It has two values: name(returns the name of the rule), and value(returns the weight(%) of the rule).

Input

{{ response.reviews.lines }}

Output

name: "Serviço",
value: "4"