retrieve:
Return the details about the given Domain id.

list:
List all Domain objects.

GET /api/v1/domains/?format=api&ordering=fr_label
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 24,
    "next": "https://memento.epfl.ch/api/v1/domains/?format=api&limit=10&offset=10&ordering=fr_label",
    "previous": null,
    "results": [
        {
            "id": 1,
            "fr_label": "Architecture",
            "en_label": "Architecture",
            "faculty": 1,
            "activated": true
        },
        {
            "id": 22,
            "fr_label": "Area & cultural studies",
            "en_label": "Area & Cultural Studies",
            "faculty": 7,
            "activated": true
        },
        {
            "id": 12,
            "fr_label": "Bioengineering",
            "en_label": "Bioengineering",
            "faculty": 3,
            "activated": true
        },
        {
            "id": 15,
            "fr_label": "Bioingénierie",
            "en_label": "Bioengineering",
            "faculty": 2,
            "activated": true
        },
        {
            "id": 18,
            "fr_label": "Cancer",
            "en_label": "Cancer",
            "faculty": 2,
            "activated": true
        },
        {
            "id": 23,
            "fr_label": "Centre d'ontologie sociale",
            "en_label": "Center for Social Ontology",
            "faculty": 7,
            "activated": true
        },
        {
            "id": 5,
            "fr_label": "Chimie",
            "en_label": "Chemistry",
            "faculty": 5,
            "activated": true
        },
        {
            "id": 8,
            "fr_label": "Génie électrique et électronique",
            "en_label": "Electrical Engineering",
            "faculty": 3,
            "activated": true
        },
        {
            "id": 9,
            "fr_label": "Génie mécanique",
            "en_label": "Mechanical Engineering",
            "faculty": 3,
            "activated": true
        },
        {
            "id": 17,
            "fr_label": "Infectiologie",
            "en_label": "Global Health",
            "faculty": 2,
            "activated": true
        }
    ]
}