retrieve:
Return the details about the given Domain id.

list:
List all Domain objects.

GET /api/v1/domains/?format=api&offset=10&ordering=faculty
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=faculty",
    "previous": "https://memento.epfl.ch/api/v1/domains/?format=api&limit=10&ordering=faculty",
    "results": [
        {
            "id": 10,
            "fr_label": "Science et génie des matériaux",
            "en_label": "Materials Science and Engineering",
            "faculty": 3,
            "activated": true
        },
        {
            "id": 9,
            "fr_label": "Génie mécanique",
            "en_label": "Mechanical Engineering",
            "faculty": 3,
            "activated": true
        },
        {
            "id": 8,
            "fr_label": "Génie électrique et électronique",
            "en_label": "Electrical Engineering",
            "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": 5,
            "fr_label": "Chimie",
            "en_label": "Chemistry",
            "faculty": 5,
            "activated": true
        },
        {
            "id": 6,
            "fr_label": "Mathématiques",
            "en_label": "Mathematics",
            "faculty": 5,
            "activated": true
        },
        {
            "id": 7,
            "fr_label": "Physique",
            "en_label": "Physics",
            "faculty": 5,
            "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
        }
    ]
}