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=600
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 710,
    "next": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=620",
    "previous": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=580",
    "results": [
        {
            "id": 679,
            "person": 111429,
            "name": {
                "de": "OÄK-Diplom Klinischer Prüfarzt",
                "en": "Diploma of the Austrian Medical Chamber: Clinical Investigator"
            }
        },
        {
            "id": 682,
            "person": 109162,
            "name": {
                "de": "Psychotherapeutisches Propädeutikum",
                "en": "Psychotherapeutic propaedeutic course"
            }
        },
        {
            "id": 681,
            "person": 109162,
            "name": {
                "de": "Fachausbildung Notfallpsychologie",
                "en": "Post-gradual Education in Emergency Psychology"
            }
        },
        {
            "id": 683,
            "person": 59876,
            "name": {
                "de": "EHRA Certified Electrophysiology Specialist",
                "en": "EHRA Certified Electrophysiology Specialist"
            }
        },
        {
            "id": 684,
            "person": 92363,
            "name": {
                "de": "Postgraduelle Ausbildung Gesundheitspsychologie (BÖP)",
                "en": "Postgraduate education Health Psychology "
            }
        },
        {
            "id": 685,
            "person": 100251,
            "name": {
                "de": "Vortrag bei der ÖGPH Jahrestagung 2024: PVE-Teams an Qualitätsförderung teilhaben lassen",
                "en": "Presentation at the ÖGPH Annual Conference 2024: Allowing PVE teams to participate in quality promotion"
            }
        },
        {
            "id": 687,
            "person": 125854,
            "name": {
                "de": "Training zur EU-Förderung durch die FFG Academy",
                "en": "Training on EU Funding by FFG Academy"
            }
        },
        {
            "id": 688,
            "person": 125854,
            "name": {
                "de": "Marie Skłodowska-Curie - Verfassen von Anträgen für ein Postdoc-Stipendium\r\nFFG Academy/Europäische und Internationale Programme",
                "en": "Marie Skłodowska-Curie - Proposal writing for a Postdoctoral Fellowship \r\nFFG Academy/European and International Programs\r\n"
            }
        },
        {
            "id": 689,
            "person": 63287,
            "name": {
                "de": "Grundlagen des Projektmanagements, Medizinische Universität Graz, Graz, Österreich",
                "en": "Basics in project management, Medical Univerity of Graz, Graz, Austria"
            }
        },
        {
            "id": 307,
            "person": 93279,
            "name": {
                "de": "DEGAM Kongresse in Bozen, Frankfurt, Düsseldorf, Innsbruck, Erlangen, Berlin, Lübeck, Würzburg",
                "en": "DEGAM Congresses in Bozen, Frankfurt, Düsseldorf, Innsbruck, Erlangen, Berlin, Lübeck, Würzburg"
            }
        },
        {
            "id": 690,
            "person": 62221,
            "name": {
                "de": "eDidactics Ausbildung",
                "en": "eDidactic education"
            }
        },
        {
            "id": 692,
            "person": 108903,
            "name": {
                "de": "Winter School 2025 Linz für Atomic Force Microscopy Methoden",
                "en": "Winter School 2025 Linz for Atomic Force Microscopy Methods"
            }
        },
        {
            "id": 693,
            "person": 108903,
            "name": {
                "de": "Einführung in single Particle Tracking on the Of2i (BRAVE Analytics GmbH)",
                "en": "Introduction to Single Particle Tracking on the Of2i (BRAVE Analytics GmbH)"
            }
        },
        {
            "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"
            }
        }
    ]
}