Rating summary¶
Example data¶
{
"data": {
"type": "rating",
"id": "22222222-2222-2222-2222-222222222222",
"attributes": {
"rates_count": 0,
"average_rate": 0,
"rates_per_value": [
[
1,
0
],
[
2,
0
],
[
3,
0
],
[
4,
0
],
[
5,
0
]
]
}
}
}
Attributes¶
| Name | Description |
|---|---|
rates_count |
Amount of ratings |
average_rate |
Average rating |
rates_per_value |
Dataset of amount of ratings per each rating value (1-5) |