retrieve:
Return the details about the given Domain id.

list:
List all Domain objects.

GET /api/v1/domains/?format=api&offset=20&ordering=en_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=en_label",
    "results": [
        {
            "id": 16,
            "fr_label": "Neurosciences Brain Mind & Blue Brain",
            "en_label": "Neuroscience Brain Mind & Blue Brain",
            "faculty": 2,
            "activated": true
        },
        {
            "id": 7,
            "fr_label": "Physique",
            "en_label": "Physics",
            "faculty": 5,
            "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
        }
    ]
}