retrieve:
Return the details about the given Domain id.

list:
List all Domain objects.

GET /api/v1/domains/?format=api&offset=10&ordering=id
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=20&ordering=id",
    "previous": "https://memento.epfl.ch/api/v1/domains/?format=api&limit=10&ordering=id",
    "results": [
        {
            "id": 11,
            "fr_label": "Microtechnique",
            "en_label": "Microengineering",
            "faculty": 3,
            "activated": true
        },
        {
            "id": 12,
            "fr_label": "Bioengineering",
            "en_label": "Bioengineering",
            "faculty": 3,
            "activated": true
        },
        {
            "id": 13,
            "fr_label": "Informatique",
            "en_label": "Computer Science",
            "faculty": 4,
            "activated": true
        },
        {
            "id": 14,
            "fr_label": "Systèmes de communication",
            "en_label": "Communication Systems",
            "faculty": 4,
            "activated": true
        },
        {
            "id": 15,
            "fr_label": "Bioingénierie",
            "en_label": "Bioengineering",
            "faculty": 2,
            "activated": true
        },
        {
            "id": 16,
            "fr_label": "Neurosciences Brain Mind & Blue Brain",
            "en_label": "Neuroscience Brain Mind & Blue Brain",
            "faculty": 2,
            "activated": true
        },
        {
            "id": 17,
            "fr_label": "Infectiologie",
            "en_label": "Global Health",
            "faculty": 2,
            "activated": true
        },
        {
            "id": 18,
            "fr_label": "Cancer",
            "en_label": "Cancer",
            "faculty": 2,
            "activated": true
        },
        {
            "id": 19,
            "fr_label": "Management de la Technologie",
            "en_label": "Management of Technology",
            "faculty": 6,
            "activated": true
        },
        {
            "id": 20,
            "fr_label": "Ingénierie financière",
            "en_label": "Financial Engineering",
            "faculty": 6,
            "activated": true
        }
    ]
}