retrieve:
Return the details about the given Domain id.

list:
List all Domain objects.

GET /api/v1/domains/?format=api&ordering=en_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=en_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": 2,
            "fr_label": "Ingénierie civile",
            "en_label": "Civil Engineering",
            "faculty": 1,
            "activated": true
        },
        {
            "id": 14,
            "fr_label": "Systèmes de communication",
            "en_label": "Communication Systems",
            "faculty": 4,
            "activated": true
        },
        {
            "id": 13,
            "fr_label": "Informatique",
            "en_label": "Computer Science",
            "faculty": 4,
            "activated": true
        }
    ]
}