retrieve:
Return the details about the given Domain id.

list:
List all Domain objects.

GET /api/v1/domains/?format=api&offset=20&ordering=faculty
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=faculty",
    "results": [
        {
            "id": 24,
            "fr_label": "Technologie et politiques publiques",
            "en_label": "Technology & Public Policy",
            "faculty": 6,
            "activated": true
        },
        {
            "id": 21,
            "fr_label": "Sciences humaines et sociales",
            "en_label": "Human and Social Science",
            "faculty": 7,
            "activated": true
        },
        {
            "id": 22,
            "fr_label": "Area & cultural studies",
            "en_label": "Area & Cultural Studies",
            "faculty": 7,
            "activated": true
        },
        {
            "id": 23,
            "fr_label": "Centre d'ontologie sociale",
            "en_label": "Center for Social Ontology",
            "faculty": 7,
            "activated": true
        }
    ]
}