Domain List
retrieve:
Return the details about the given Domain id.
list:
List all Domain objects.
GET /api/v1/domains/?format=api&ordering=-faculty
{ "count": 24, "next": "https://memento.epfl.ch/api/v1/domains/?format=api&limit=10&offset=10&ordering=-faculty", "previous": null, "results": [ { "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": 24, "fr_label": "Technologie et politiques publiques", "en_label": "Technology & Public Policy", "faculty": 6, "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": 7, "fr_label": "Physique", "en_label": "Physics", "faculty": 5, "activated": true }, { "id": 6, "fr_label": "Mathématiques", "en_label": "Mathematics", "faculty": 5, "activated": true }, { "id": 5, "fr_label": "Chimie", "en_label": "Chemistry", "faculty": 5, "activated": true }, { "id": 14, "fr_label": "Systèmes de communication", "en_label": "Communication Systems", "faculty": 4, "activated": true } ] }