Created
March 24, 2017 21:20
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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