retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/4/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 4,
    "fr_name": "Environnement Naturel, Architectural et Construit | ENAC",
    "en_name": "Architecture, Civil and Environmental Engineering | ENAC",
    "fr_label": "ENAC",
    "en_label": "ENAC",
    "slug": "enac",
    "is_main_memento": true,
    "is_active": true,
    "memento_url": "https://memento.epfl.ch/enac/"
}