List educations.

Education of a person.

Fields

id (integer)

Primary key.

name (object)

Names of education, defined by language.

person (integer)

Foreign key to campusonline/person this education applies to.

Expansions

To activate relation expansion add the desired fields as a comma separated list to the expand query parameter like this:

?expand=<field>,<field>,<field>,...

The following relational fields can be expanded:

  • person
GET /v1/research/education/?format=api&offset=620
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 708,
    "next": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=640",
    "previous": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=600",
    "results": [
        {
            "id": 700,
            "person": 54171,
            "name": {
                "de": "PhD main supervisor course – Med Uni Graz",
                "en": "PhD main supervisor course – Med Uni Graz"
            }
        },
        {
            "id": 701,
            "person": 54171,
            "name": {
                "de": "PhD supervision induction course",
                "en": "PhD supervision induction course"
            }
        },
        {
            "id": 702,
            "person": 54171,
            "name": {
                "de": "Tenure Edge - Career Development Program for Tenure-Track Professors, Scientists & Clinicians)",
                "en": "Tenure Edge - Career Development Program for Tenure-Track Professors, Scientists & Clinicians)"
            }
        },
        {
            "id": 726,
            "person": 99378,
            "name": {
                "de": "Workshop „RCTs kritisch bewerten mit RoB 2“, Cochrane Deutschland",
                "en": "Workshop \"Critical assessment of RCTs with RoB 2\", Cochrane Deutschland"
            }
        },
        {
            "id": 733,
            "person": 51533,
            "name": {
                "de": "Medizinische Hypnose",
                "en": "Medical Hypnosis"
            }
        },
        {
            "id": 734,
            "person": 51533,
            "name": {
                "de": "Traditionelle Medizin im asiatischen Raum",
                "en": "Traditional Medicine in Asia"
            }
        },
        {
            "id": 735,
            "person": 105266,
            "name": {
                "de": "Masterclass: Einfluss durch Forschung",
                "en": "Impact Through Research Masterclass"
            }
        },
        {
            "id": 736,
            "person": 105266,
            "name": {
                "de": "Workshop zur Betreuung von Master- und Doktorandenstudenten",
                "en": "Master & PhD Student Supervision Workshop"
            }
        },
        {
            "id": 738,
            "person": 66708,
            "name": {
                "de": "Didaktik Werkstatt (Steirischer Hochschulraum)",
                "en": "Didactics - Science Space Styria"
            }
        },
        {
            "id": 737,
            "person": 66708,
            "name": {
                "de": "ICH - GCP (Good Clinical Practice) Kurs - E6 (R3)",
                "en": "ICH - GCP (Good Clinical Practice) course - E6 (R3)"
            }
        },
        {
            "id": 739,
            "person": 54171,
            "name": {
                "de": "EMBO Laboratory Management Course - Forschungsleitung für Gruppenleiter",
                "en": "EMBO Laboratory Management Course - Research Leadership for Group Leaders"
            }
        },
        {
            "id": 742,
            "person": 122954,
            "name": {
                "de": "16th Skin Acadamy - Barcelona (SPN)",
                "en": "16th Skin Acadamy - Barcelona (SPN)"
            }
        },
        {
            "id": 743,
            "person": 122954,
            "name": {
                "de": "Dermato-Onkologie UPDATE der Arbeitsgemeinschaft Dermatologische Onkologie (ADO) - GCP Kurs (Gute klinische Praxis Zertifikat 2025)",
                "en": "Dermato-Onkologie UPDATE der Arbeitsgemeinschaft Dermatologische Onkologie (ADO) - GCP Kurs (Gute klinische Praxis Zertifikat 2025)"
            }
        },
        {
            "id": 744,
            "person": 82516,
            "name": {
                "de": "Positive Absolvierung des \"EACVI exam for Cardiac Magnet Resonance Imaging\"",
                "en": "Positive completion of the EACVI exam for Cardiac Magnet Resonance Imaging"
            }
        },
        {
            "id": 746,
            "person": 82516,
            "name": {
                "de": "EHRA Course \"Catheter Ablation for Ventricular Tachycardia Course\"",
                "en": "EHRA Course \"Catheter Ablation for Ventricular Tachycardia Course\""
            }
        },
        {
            "id": 768,
            "person": 57420,
            "name": {
                "de": "Erste Hilfe Auffrischungskurs",
                "en": "First aid refresher training"
            }
        },
        {
            "id": 145,
            "person": 58422,
            "name": {
                "de": "Diplom der \"Europäischen Biofeedback Akademie\"",
                "en": "Diploma of the \"European Biofeedback Academy\""
            }
        },
        {
            "id": 776,
            "person": 58422,
            "name": {
                "de": "ÖÄK Zertifikat Interdisziplinäre Schmerztherapie im intramuralen Bereich",
                "en": "Postgraduate certificate in interdisciplinary pain therapy in the intramural sector"
            }
        },
        {
            "id": 777,
            "person": 92462,
            "name": {
                "de": "Einführungskurs für neue Betreuerinnen von Doktorandinnen, Medizinische Universität Graz, 8010 Graz",
                "en": "Induction course for new supervisors of doctoral candidates, Medical University of Graz, 8010 Graz"
            }
        },
        {
            "id": 712,
            "person": 75522,
            "name": {
                "de": "Lehrgang Psychoanalytisch orientierte Traumabehandlung (WPA, Wiener Psychoanalytische Akademie)",
                "en": "Course in Psychoanalytically Oriented Trauma Treatment (WPA, Vienna Psychoanalytic Academy)"
            }
        }
    ]
}