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": 732,
    "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": 691,
            "person": 108903,
            "name": {
                "de": "Einführung in Lipidomics Analysis ",
                "en": "Introduction to Lipidomics Analysis "
            }
        },
        {
            "id": 694,
            "person": 68534,
            "name": {
                "de": "Induction course for new supervisors of Doctoral Candidates, Büro des Dekans für Doktoratsstudien, Medizinische Universität Graz (Leibnitz, AUSTRIA)",
                "en": "Induction course for new supervisors of Doctoral Candidates, Office of the Dean for Doctoral Studies, Medical University of Graz (Leibnitz, AUSTRIA)"
            }
        },
        {
            "id": 695,
            "person": 74075,
            "name": {
                "de": "HRCT Train the Trainer Alumni Meeting ",
                "en": "HRCT Train the Trainer Alumni Meeting "
            }
        },
        {
            "id": 696,
            "person": 122510,
            "name": {
                "de": "Erasmus+ Traineeship, Lazaros Foukas Lab, Institute of Healthy Ageing, Department of Genetics, Evolution and \r\nEnvironment, Division of Biosciences, University College London, London, United Kingdom",
                "en": "Erasmus+ Traineeship, Lazaros Foukas Lab, Institute of Healthy Ageing, Department of Genetics, Evolution and \r\nEnvironment, Division of Biosciences, University College London, London, United Kingdom"
            }
        },
        {
            "id": 697,
            "person": 94613,
            "name": {
                "de": "Datenanalyse für Biowissenschaften, HarvardX,an online learning initiative of Harvard University.",
                "en": "Data Analysis for Life Sciences, HarvardX,  an online learning initiative of Harvard University."
            }
        },
        {
            "id": 698,
            "person": 54171,
            "name": {
                "de": "PhD main supervisor course – Med Uni Graz",
                "en": "PhD main supervisor course – Med Uni Graz"
            }
        },
        {
            "id": 699,
            "person": 54171,
            "name": {
                "de": "PhD main supervisor course – Med Uni Graz",
                "en": "PhD main supervisor course – Med Uni Graz"
            }
        },
        {
            "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)"
            }
        }
    ]
}