GET /api/events/231/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 231,
    "place": "Discord",
    "start": "2022-04-01T20:00:00+02:00",
    "stop": "2022-04-01T22:00:00+02:00",
    "title": "R\u00e9union",
    "status": "r",
    "description": "C'est l'heure de la r\u00e9union!",
    "organizer": "http://urlab.be/api/users/201/?format=api",
    "meeting": "http://urlab.be/api/meetings/91/?format=api",
    "picture": null
}