This object describes a type of Event.
id: ID
Unique event type identifier.
name: str
Event name.
score: integer
Rating (score) of the event.
visible: boolean
If set, event type will be visible in all admin panel select menus.
active: boolean
If set, an event of this type has occurred at list once.
{
"id": 341,
"name": "My super event",
"score": 13,
"visible": true,
"active": false
}