EventType

This object describes a type of Event.

Standard object fields

  • 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.

Example

{
  "id": 341,
  "name": "My super event",
  "score": 13,
  "visible": true,
  "active": false
}