List exam modes from CAMPUSonline.

ExamMode(id, short, name)

Filters

To filter for exact value matches:

?<fieldname>=<value>
GET /v1/campusonline/exam:mode/?format=api&offset=20
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 36,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/campusonline/exam:mode/?format=api&limit=20",
    "results": [
        {
            "id": 5,
            "short": "O",
            "name": {
                "de": "Online-Prüfung",
                "en": "Online exam"
            }
        },
        {
            "id": 6,
            "short": "P",
            "name": {
                "de": "Praktische Prüfung",
                "en": "Practical examination"
            }
        },
        {
            "id": 21,
            "short": "PA",
            "name": {
                "de": "Projektarbeit",
                "en": "Project work"
            }
        },
        {
            "id": 30,
            "short": "PB",
            "name": {
                "de": "Praxisbericht",
                "en": "Practical report"
            }
        },
        {
            "id": 32,
            "short": "PC",
            "name": {
                "de": "Klausur (computergestützte Arbeit vor Ort)",
                "en": "Written examination (computerized examen on site)"
            }
        },
        {
            "id": 17,
            "short": "PF",
            "name": {
                "de": "Portfolio",
                "en": "Portfolio"
            }
        },
        {
            "id": 16,
            "short": "PL",
            "name": {
                "de": "Praktische Leistung",
                "en": "Practical assessment"
            }
        },
        {
            "id": 25,
            "short": "PR",
            "name": {
                "de": "Präsentation",
                "en": "General presentation"
            }
        },
        {
            "id": 31,
            "short": "PS",
            "name": {
                "de": "Klausur (schriftliche Arbeit vor Ort)",
                "en": "Written examination (on site)"
            }
        },
        {
            "id": 8,
            "short": "Q",
            "name": {
                "de": "Praktisch und Mündlich",
                "en": "Practical and oral"
            }
        },
        {
            "id": 10,
            "short": "R",
            "name": {
                "de": "Praktisch und Schriftlich",
                "en": "Practical and written"
            }
        },
        {
            "id": 24,
            "short": "RE",
            "name": {
                "de": "Referat",
                "en": "Academic presentation"
            }
        },
        {
            "id": 1,
            "short": "S",
            "name": {
                "de": "Schriftlich",
                "en": "Written"
            }
        },
        {
            "id": 14,
            "short": "SA",
            "name": {
                "de": "schriftliche wissenschaftliche Arbeit",
                "en": "Written paper"
            }
        },
        {
            "id": 3,
            "short": "U",
            "name": {
                "de": "Schriftlich und Mündlich",
                "en": "Written and oral"
            }
        },
        {
            "id": 7,
            "short": "X",
            "name": {
                "de": "Sonstige",
                "en": "Other"
            }
        }
    ]
}