Last active
March 24, 2017 21:25
-
-
Save danielpowney/f18363837f34ebef1e95581c011d36cf to your computer and use it in GitHub Desktop.
rating-entries REST API route endpoint e.g. https://<website>/wp-json/mrp/v1/rating-entries
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
[ | |
{ | |
"title":"", | |
"name":"", | |
"comment":"", | |
"comment_id":0, | |
"entry_date":"2017-03-24 21:50:16", | |
"entry_status":"approved", | |
"post_id":1128, | |
"rating_form_id":1, | |
"rating_entry_id":64, | |
"rating_item_values":{ | |
"61":"5", | |
"67":"5", | |
"68":"5" | |
}, | |
"custom_field_values":[ | |
], | |
"rating_result":{ | |
"adjusted_star_result":5, | |
"star_result":5, | |
"adjusted_score_result":15, | |
"score_result":15, | |
"adjusted_percentage_result":100, | |
"percentage_result":100, | |
"total_max_option_value":"15" | |
} | |
}, | |
{ | |
"title":"", | |
"name":"", | |
"comment":"", | |
"comment_id":0, | |
"entry_date":"2017-03-24 21:52:01", | |
"entry_status":"approved", | |
"post_id":1128, | |
"rating_form_id":1, | |
"rating_entry_id":65, | |
"rating_item_values":{ | |
"61":"2", | |
"67":"5", | |
"68":"1" | |
}, | |
"custom_field_values":[ | |
], | |
"rating_result":{ | |
"adjusted_star_result":2.7, | |
"star_result":2.7, | |
"adjusted_score_result":8, | |
"score_result":8, | |
"adjusted_percentage_result":53.3, | |
"percentage_result":53.3, | |
"total_max_option_value":"15" | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment