Skip to content

Instantly share code, notes, and snippets.

@danielpowney
Created March 24, 2017 21:38
Show Gist options
  • Save danielpowney/c61d3cdbb3ae047fdbe75a985b6d1f02 to your computer and use it in GitHub Desktop.
Save danielpowney/c61d3cdbb3ae047fdbe75a985b6d1f02 to your computer and use it in GitHub Desktop.
multi-rating-pro REST API field added to post object
{
"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