Memento List
retrieve:
Return the details about the given Memento id.
list:
List all Memento objects.
GET /api/v1/mementos/?format=api&offset=150&ordering=-fr_name
{ "count": 253, "next": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=160&ordering=-fr_name", "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=140&ordering=-fr_name", "results": [ { "id": 244, "fr_name": "Formations internes SCC", "en_name": "Training SCC", "fr_label": null, "en_label": null, "slug": "scc-training", "is_main_memento": false, "is_active": false, "memento_url": "https://memento.epfl.ch/scc-training/" }, { "id": 431, "fr_name": "Formations internes EPFL - KEEPLEARNING", "en_name": "Internal formations EPFL - KEEPLEARNING", "fr_label": null, "en_label": null, "slug": "keeplearning", "is_main_memento": false, "is_active": true, "memento_url": "https://memento.epfl.ch/keeplearning/" }, { "id": 438, "fr_name": "Formation continue en chaînes de valeur durables et résilientes EPFL", "en_name": "EPFL Executive Education in Sustainable Resilient Value Chains", "fr_label": null, "en_label": null, "slug": "exed-srvc", "is_main_memento": false, "is_active": true, "memento_url": "https://memento.epfl.ch/exed-srvc/" }, { "id": 409, "fr_name": "Fondations de l'apprentissage et de la recherche en IA | FLAIR", "en_name": "Foundation of Learning and AI Research | FLAIR", "fr_label": null, "en_label": null, "slug": "flair", "is_main_memento": false, "is_active": true, "memento_url": "https://memento.epfl.ch/flair/" }, { "id": 48, "fr_name": "Examens de candidature EDIC", "en_name": "EDIC Candidacy Exams schedule", "fr_label": null, "en_label": null, "slug": "candidacy-exams", "is_main_memento": false, "is_active": true, "memento_url": "https://memento.epfl.ch/candidacy-exams/" }, { "id": 22, "fr_name": "Evénements culturels", "en_name": "Cultural events", "fr_label": null, "en_label": null, "slug": "culture", "is_main_memento": true, "is_active": true, "memento_url": "https://memento.epfl.ch/culture/" }, { "id": 278, "fr_name": "Événement participant au Blue Brain", "en_name": "Blue Brain Participating Event", "fr_label": null, "en_label": null, "slug": "bbp-participating-event", "is_main_memento": false, "is_active": false, "memento_url": "https://memento.epfl.ch/bbp-participating-event/" }, { "id": 387, "fr_name": "EPFL-UNIL Entrepreneur Club", "en_name": "EPFL-UNIL Entrepreneur Club", "fr_label": null, "en_label": null, "slug": "entrepreneur-club", "is_main_memento": false, "is_active": false, "memento_url": "https://memento.epfl.ch/entrepreneur-club/" }, { "id": 110, "fr_name": "EPFL Valais Wallis", "en_name": "EPFL Valais Wallis", "fr_label": null, "en_label": null, "slug": "valais", "is_main_memento": false, "is_active": true, "memento_url": "https://memento.epfl.ch/valais/" }, { "id": 119, "fr_name": "EPFL Start-up", "en_name": "EPFL Start-up", "fr_label": null, "en_label": null, "slug": "start-up", "is_main_memento": false, "is_active": true, "memento_url": "https://memento.epfl.ch/start-up/" } ] }