curl -X GET https://api.marsai.com/events \
-H "Authorization: Bearer YOUR_TOKEN"
[
{
"id_event": 1,
"name": "Opening Ceremony",
"description": "The grand opening ceremony of MarsAI Film Festival 2026",
"start_date": "2026-03-15T18:00:00Z",
"end_date": "2026-03-15T20:00:00Z",
"location": "Main Theater Hall",
"event_type": "CONFERENCE",
"createdAt": "2026-03-01T10:00:00Z",
"updatedAt": "2026-03-01T10:00:00Z"
},
{
"id_event": 2,
"name": "Filmmaking Workshop",
"description": "Learn advanced cinematography techniques from industry experts",
"start_date": "2026-03-16T10:00:00Z",
"end_date": "2026-03-16T16:00:00Z",
"location": "Workshop Room A",
"event_type": "WORKSHOP",
"createdAt": "2026-03-02T14:30:00Z",
"updatedAt": "2026-03-02T14:30:00Z"
}
]
curl -X GET https://api.marsai.com/events \
-H "Authorization: Bearer YOUR_TOKEN"
[
{
"id_event": 1,
"name": "Opening Ceremony",
"description": "The grand opening ceremony of MarsAI Film Festival 2026",
"start_date": "2026-03-15T18:00:00Z",
"end_date": "2026-03-15T20:00:00Z",
"location": "Main Theater Hall",
"event_type": "CONFERENCE",
"createdAt": "2026-03-01T10:00:00Z",
"updatedAt": "2026-03-01T10:00:00Z"
},
{
"id_event": 2,
"name": "Filmmaking Workshop",
"description": "Learn advanced cinematography techniques from industry experts",
"start_date": "2026-03-16T10:00:00Z",
"end_date": "2026-03-16T16:00:00Z",
"location": "Workshop Room A",
"event_type": "WORKSHOP",
"createdAt": "2026-03-02T14:30:00Z",
"updatedAt": "2026-03-02T14:30:00Z"
}
]
CONFERENCE, WORKSHOP, MEETUP, WEBINARcurl -X GET https://api.marsai.com/events \
-H "Authorization: Bearer YOUR_TOKEN"
[
{
"id_event": 1,
"name": "Opening Ceremony",
"description": "The grand opening ceremony of MarsAI Film Festival 2026",
"start_date": "2026-03-15T18:00:00Z",
"end_date": "2026-03-15T20:00:00Z",
"location": "Main Theater Hall",
"event_type": "CONFERENCE",
"createdAt": "2026-03-01T10:00:00Z",
"updatedAt": "2026-03-01T10:00:00Z"
},
{
"id_event": 2,
"name": "Filmmaking Workshop",
"description": "Learn advanced cinematography techniques from industry experts",
"start_date": "2026-03-16T10:00:00Z",
"end_date": "2026-03-16T16:00:00Z",
"location": "Workshop Room A",
"event_type": "WORKSHOP",
"createdAt": "2026-03-02T14:30:00Z",
"updatedAt": "2026-03-02T14:30:00Z"
}
]