Domain List
retrieve:
Return the details about the given Domain id.
list:
List all Domain objects.
GET /api/v1/domains/?format=api&ordering=-id
{ "count": 24, "next": "https://memento.epfl.ch/api/v1/domains/?format=api&limit=10&offset=10&ordering=-id", "previous": null, "results": [ { "id": 24, "fr_label": "Technologie et politiques publiques", "en_label": "Technology & Public Policy", "faculty": 6, "activated": true }, { "id": 23, "fr_label": "Centre d'ontologie sociale", "en_label": "Center for Social Ontology", "faculty": 7, "activated": true }, { "id": 22, "fr_label": "Area & cultural studies", "en_label": "Area & Cultural Studies", "faculty": 7, "activated": true }, { "id": 21, "fr_label": "Sciences humaines et sociales", "en_label": "Human and Social Science", "faculty": 7, "activated": true }, { "id": 20, "fr_label": "Ingénierie financière", "en_label": "Financial Engineering", "faculty": 6, "activated": true }, { "id": 19, "fr_label": "Management de la Technologie", "en_label": "Management of Technology", "faculty": 6, "activated": true }, { "id": 18, "fr_label": "Cancer", "en_label": "Cancer", "faculty": 2, "activated": true }, { "id": 17, "fr_label": "Infectiologie", "en_label": "Global Health", "faculty": 2, "activated": true }, { "id": 16, "fr_label": "Neurosciences Brain Mind & Blue Brain", "en_label": "Neuroscience Brain Mind & Blue Brain", "faculty": 2, "activated": true }, { "id": 15, "fr_label": "Bioingénierie", "en_label": "Bioengineering", "faculty": 2, "activated": true } ] }