retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

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

{
    "id": 239,
    "fr_name": "Séminaires Chaire des équations différentielles partielles",
    "en_name": "Seminars Chair of Partial Differential Equations",
    "fr_label": "",
    "en_label": "",
    "slug": "seminaire-pde",
    "is_main_memento": false,
    "is_active": true,
    "memento_url": "https://memento.epfl.ch/seminaire-pde/"
}