GET /api/events/321/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 321,
"place": "Hackerspace",
"start": "2024-09-20T14:00:00+02:00",
"stop": "2024-09-20T16:00:00+02:00",
"title": "R\u00e9union de rentr\u00e9e",
"status": "r",
"description": "Deuxi\u00e8me r\u00e9union de 2024-2025",
"organizer": "http://urlab.be/api/users/414/?format=api",
"meeting": "http://urlab.be/api/meetings/115/?format=api",
"picture": "http://urlab.be/media/event_pictures/urlab-reu.png"
}