Domain

GET /api/v1/faculties/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 7,
            "fr_label": "CDH",
            "en_label": "CDH",
            "activated": true
        },
        {
            "id": 6,
            "fr_label": "CDM",
            "en_label": "CDM",
            "activated": true
        },
        {
            "id": 1,
            "fr_label": "ENAC",
            "en_label": "ENAC",
            "activated": true
        },
        {
            "id": 4,
            "fr_label": "IC",
            "en_label": "IC",
            "activated": true
        },
        {
            "id": 5,
            "fr_label": "SB",
            "en_label": "SB",
            "activated": true
        },
        {
            "id": 3,
            "fr_label": "STI",
            "en_label": "STI",
            "activated": true
        },
        {
            "id": 2,
            "fr_label": "SV",
            "en_label": "SV",
            "activated": true
        }
    ]
}