retrieve:
Return the details about the given Domain id.

list:
List all Domain objects.

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

{
    "count": 24,
    "next": null,
    "previous": "https://memento.epfl.ch/api/v1/domains/?format=api&limit=10&offset=10&ordering=fr_label",
    "results": [
        {
            "id": 21,
            "fr_label": "Sciences humaines et sociales",
            "en_label": "Human and Social Science",
            "faculty": 7,
            "activated": true
        },
        {
            "id": 14,
            "fr_label": "Systèmes de communication",
            "en_label": "Communication Systems",
            "faculty": 4,
            "activated": true
        },
        {
            "id": 24,
            "fr_label": "Technologie et politiques publiques",
            "en_label": "Technology & Public Policy",
            "faculty": 6,
            "activated": true
        },
        {
            "id": 4,
            "fr_label": "Ville et Territoire",
            "en_label": "Urban Planning",
            "faculty": 1,
            "activated": true
        }
    ]
}