Created
March 24, 2017 21:38
-
-
Save danielpowney/c61d3cdbb3ae047fdbe75a985b6d1f02 to your computer and use it in GitHub Desktop.
multi-rating-pro REST API field added to post object
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
{ | |
"multi-rating-pro":{ | |
"mrp_rating_result_1":[ | |
{ | |
"star_result":3, | |
"adjusted_star_result":3, | |
"score_result":3, | |
"adjusted_score_result":3, | |
"percentage_result":60, | |
"adjusted_percentage_result":60, | |
"total_max_option_value":5, | |
"count_entries":2, | |
"option_totals":[ | |
0, | |
1, | |
0, | |
0, | |
0, | |
1 | |
], | |
"post_id":"1128", | |
"rating_form_id":"1", | |
"rating_item_id":68 | |
} | |
], | |
"rating_form":1 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment