LocationGroupedComparableRatings
| Field | Description | Type |
|---|---|---|
| timeframe | Reference date range. | Timeframe |
| value | Rating grouped data for the corresponding timeframe. |
array[LocationGroupedRatingsElement] |
Timeframe
| Field | Description | Type |
|---|---|---|
| *from | Start date of timeframe. | date |
| *to | End date of timeframe. | date |
LocationGroupedRatingsElement
| Field | Description | Type |
|---|---|---|
| *group | Field value within the requested grouping by field. | string |
| *rating | Average rating score. | AverageCap |
| *contents | Total count of contents. | Total |
AverageCap
| Field | Description | Type |
|---|---|---|
| average | Average value in the range [0,cap]. |
decimal |
| cap | Max possible value. | int |
Total
| Field | Description | Type |
|---|---|---|
| total | Total count of elements. | int |