retrieve:
Return the details about the given Event id.

list:
List all Event objects.

GET /api/v1/events/?format=api&offset=260&ordering=-event__place_and_room
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 260,
    "next": null,
    "previous": "https://memento.epfl.ch/api/v1/events/?format=api&limit=10&offset=250&ordering=-event__place_and_room",
    "results": []
}