Version 1.0
Returns the title of the review
{{ response.reviews.titulo}}
"Um bom produto."
Version 1.0
Returns the review message.
{{ response.reviews.mensagem}}
"Gostei do produto porque..."
Version 1.0
Retuns the total value of the review.
{{ response.reviews.avaliacao}}
"5"
Version 1.0
Returns the review date.
{{ response.reviews.data}}
2016-07-29
Version 1.0
Returns the name of the client who made the review.
{{ response.reviews.nome}}
"António"
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).
{{ response.reviews.lines }}
name: "Serviço",
value: "4"