List exam types from CAMPUSonline.

ExamType(id, short, name, certificate)

Filters

To filter for exact value matches:

?<fieldname>=<value>
GET /v1/campusonline/exam:type/?format=api
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 25,
    "next": "https://api-test.medunigraz.at/v1/campusonline/exam:type/?format=api&limit=20&offset=20",
    "previous": null,
    "results": [
        {
            "id": 10,
            "short": "BA",
            "name": {
                "de": "Bachelorarbeit (im Rahmen einer Lehrveranstaltung)",
                "en": "bachelor's thesis (as part of a course)"
            },
            "certificate": {
                "de": "Bachelorarbeit",
                "en": "Bachelor's Thesis"
            }
        },
        {
            "id": 24,
            "short": "DISP",
            "name": {
                "de": "Disputation",
                "en": "Disputation"
            },
            "certificate": {
                "de": null,
                "en": null
            }
        },
        {
            "id": 3,
            "short": "E",
            "name": {
                "de": "Ergänzungsprüfung",
                "en": "supplementary examination"
            },
            "certificate": {
                "de": "Fachzeugnis",
                "en": "Certificate of Complementary Subject"
            }
        },
        {
            "id": 9,
            "short": "ET",
            "name": {
                "de": "Einstufungstest",
                "en": "placement test"
            },
            "certificate": {
                "de": "Einstufungstest-Bestätigung",
                "en": "Certificate"
            }
        },
        {
            "id": 4,
            "short": "F",
            "name": {
                "de": "Fachprüfung",
                "en": "subject examination"
            },
            "certificate": {
                "de": "Fachprüfungszeugnis",
                "en": "Certificate of Major Subject"
            }
        },
        {
            "id": 8,
            "short": "FB",
            "name": {
                "de": "Fortbildung",
                "en": "further education course"
            },
            "certificate": {
                "de": "Teilnahmebestätigung",
                "en": "Confirmation of Attendance"
            }
        },
        {
            "id": 2,
            "short": "K",
            "name": {
                "de": "Kommissionelle Lehrveranstaltungsprüfung",
                "en": "examination before a committee"
            },
            "certificate": {
                "de": "Lehrveranstaltungszeugnis",
                "en": "Course Certificate"
            }
        },
        {
            "id": 11,
            "short": "KA",
            "name": {
                "de": "Kommissionelle Abschlussprüfung",
                "en": null
            },
            "certificate": {
                "de": "Abschlussprüfung",
                "en": null
            }
        },
        {
            "id": 5,
            "short": "KF",
            "name": {
                "de": "Kommissionelle Fachprüfung",
                "en": "subject examination before a committee"
            },
            "certificate": {
                "de": "Fachprüfungszeugnis",
                "en": "Certificate of Major Subject"
            }
        },
        {
            "id": 7,
            "short": "KM",
            "name": {
                "de": "Kommissionelle Modulprüfung",
                "en": "module examination before a committee"
            },
            "certificate": {
                "de": "Modulprüfungszeugnis",
                "en": "Certificate of Module Completion"
            }
        },
        {
            "id": 13,
            "short": "KZP",
            "name": {
                "de": "Kommissionelle Zulassungsprüfung",
                "en": "admission examination before a committee"
            },
            "certificate": {
                "de": "Zulassungsprüfung",
                "en": "admission examination"
            }
        },
        {
            "id": 1,
            "short": "L",
            "name": {
                "de": "Lehrveranstaltungsprüfung",
                "en": "course examination"
            },
            "certificate": {
                "de": "Lehrveranstaltungszeugnis",
                "en": "Course Certificate"
            }
        },
        {
            "id": 6,
            "short": "M",
            "name": {
                "de": "Modulprüfung",
                "en": "module examination"
            },
            "certificate": {
                "de": "Modulprüfungszeugnis",
                "en": "Certificate of Module Completion"
            }
        },
        {
            "id": 23,
            "short": "MABS",
            "name": {
                "de": "mündliche Prüfung zur Abschlussarbeit",
                "en": "Colloquium"
            },
            "certificate": {
                "de": null,
                "en": null
            }
        },
        {
            "id": 25,
            "short": "MV",
            "name": {
                "de": "Modulprüfung (vorbehaltlich)",
                "en": "module examination (conditional)"
            },
            "certificate": {
                "de": "Modul - Leistungsnachweis",
                "en": "Module - Graded Certificate of Achievement"
            }
        },
        {
            "id": 14,
            "short": "TP1",
            "name": {
                "de": "Teilprüfung 1",
                "en": "part examination 1"
            },
            "certificate": {
                "de": null,
                "en": null
            }
        },
        {
            "id": 15,
            "short": "TP2",
            "name": {
                "de": "Teilprüfung 2",
                "en": "part examination 2"
            },
            "certificate": {
                "de": null,
                "en": null
            }
        },
        {
            "id": 16,
            "short": "TP3",
            "name": {
                "de": "Teilprüfung 3",
                "en": "part examination 3"
            },
            "certificate": {
                "de": null,
                "en": null
            }
        },
        {
            "id": 17,
            "short": "TP4",
            "name": {
                "de": "Teilprüfung 4",
                "en": "part examination 4"
            },
            "certificate": {
                "de": null,
                "en": null
            }
        },
        {
            "id": 18,
            "short": "TP5",
            "name": {
                "de": "Teilprüfung 5",
                "en": "part examination 5"
            },
            "certificate": {
                "de": null,
                "en": null
            }
        }
    ]
}