Skip to content

Instantly share code, notes, and snippets.

@danielpowney
Created March 24, 2017 21:20
Show Gist options
  • Save danielpowney/c51bdc297c673daf690582d5afb4ef23 to your computer and use it in GitHub Desktop.
Save danielpowney/c51bdc297c673daf690582d5afb4ef23 to your computer and use it in GitHub Desktop.
rating-results REST API route endpoint e.g. https://<website>/wp-json/mrp/v1/rating-results
{
"rating_results":[
{
"adjusted_star_result":3.9,
"star_result":3.9,
"adjusted_score_result":11.5,
"score_result":11.5,
"adjusted_percentage_result":76.7,
"percentage_result":76.7,
"total_max_option_value":"15",
"count_entries":2,
"post_id":1128,
"rating_form_id":1
}
],
"count":"1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment