Skip to main content

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 ValueDescription
MODFILE_CHANGEDLive file changed
MOD_AVAILABLEMod is marked as accepted and public
MOD_UNAVAILABLEMod is marked as not accepted, deleted or hidden
MOD_EDITEDThe mod was updated (triggered when any column value changes)
MOD_DELETEDThe mod has been permanently erased. This is an orphan record, looking up this id will return no data
MOD_TEAM_CHANGEDA user has joined or left the mod team
MOD_COMMENT_ADDEDA comment has been published for a mod
MOD_COMMENT_DELETEDA comment has been deleted from a mod
Mod Event Object
{
"id": 13,
"mod_id": 13,
"user_id": 13,
"date_added": 1499846132,
"event_type": "string"
}