Mod Event Object
idinteger<int32>
Unique id of the event object.
Example:
13
mod_idinteger<int32>
Unique id of the parent mod.
Example:
13
user_idinteger<int32>
Unique id of the user who performed the action.
Example:
13
date_addedinteger<int32>
Unix timestamp of date the event occurred.
Example:
1499846132
event_typeMod Event Enum (string)
Enum Value | Description |
---|---|
MODFILE_CHANGED | Live file changed |
MOD_AVAILABLE | Mod is marked as accepted and public |
MOD_UNAVAILABLE | Mod is marked as not accepted, deleted or hidden |
MOD_EDITED | The mod was updated (triggered when any column value changes) |
MOD_DELETED | The mod has been permanently erased. This is an orphan record, looking up this id will return no data |
MOD_TEAM_CHANGED | A user has joined or left the mod team |
MOD_COMMENT_ADDED | A comment has been published for a mod |
MOD_COMMENT_DELETED | A comment has been deleted from a mod |
Mod Event Object
{
"id": 13,
"mod_id": 13,
"user_id": 13,
"date_added": 1499846132,
"event_type": "string"
}