Rating history¶
Example data¶
{
"data": {
"type": "rating-history",
"id": "22222222-2222-2222-2222-222222222222",
"attributes": {
"rates-average": [
[
"2021-03-11T00:00:00+00:00",
null
],
[
"2021-03-12T00:00:00+00:00",
null
]
],
"rates-count": [
[
"2021-03-11T00:00:00+00:00",
0
],
[
"2021-03-12T00:00:00+00:00",
0
]
]
}
}
}
Attributes¶
| Name | Description |
|---|---|
rates-average |
Dataset of average rating |
rates-count |
Dataset of amount of rates given |