The Event Object
THE EVENT OBJECT
{
"id": 20,
"type": 1,
"start_time": "2023-12-01",
"end_time": "2023-12-01",
"location": "PGH 563",
"name": "Intro to Python Workshop",
"description": "We will be cover the fundamentals of the Python programming language.",
"points": 15,
"leaderboard": null
}
Attributes
id integer
A unique integer for the object.
type integer
The event's enum type.
start_time string
The event's start time.
end_time string
The event's end time.
location string
The location where the event will be held.
name string
The event's name.
description string
The event's description.
points integer
The number of points the event provides.
leaderboard string
nullable
A UUID that references the Leaderboard of the event.