Rating Object
Contains rating data.
game_idinteger<int32>
Unique game id.
Example:
2
mod_idinteger<int32>
Unique mod id. Deprecated, use resource_type
and resource_id
instead.
Example:
2
resource_typestring
Type of resource.
Possible values: [mods
, collections
]
Default value:
mods
resource_idinteger<int32>
Unique id of the requested resource type.
Example:
2
ratingAgreement Type Enum (integer)
Enum Value | Description |
---|---|
TOU (1) | Terms |
PRIVACY (2) | Privacy |
GAME (3) | Game |
API (4) | API |
MONETIZATION (5) | Monetization |
AUP (6) | AUP |
COOKIES (7) | Cookies |
REFUND (8) | Refund |
Possible values: [1
, 2
, 3
, 4
, 5
, 6
, 7
, 8
]
date_addedinteger<int32>
Unix timestamp of date rating was submitted.
Example:
1492564103
Rating Object
{
"game_id": 2,
"mod_id": 2,
"resource_type": "mods",
"resource_id": 2,
"rating": 1,
"date_added": 1492564103
}