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=560
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=580",
    "previous": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=540",
    "results": [
        {
            "id": 582,
            "person": 113973,
            "name": {
                "de": "Lean Academy, Vetterli Roth & Partner",
                "en": "Lean Academy, Vetterli Roth & Partners"
            }
        },
        {
            "id": 580,
            "person": 113973,
            "name": {
                "de": "PhD Main Supervisor Kurs, Medizinische Universität Graz",
                "en": "PhD main supervisor course, Medical University of Graz"
            }
        },
        {
            "id": 581,
            "person": 113973,
            "name": {
                "de": "Forschungsdatenmanagement, Medizinische Universität Graz",
                "en": "Research Data Management, Medical University of Graz"
            }
        },
        {
            "id": 579,
            "person": 113973,
            "name": {
                "de": "Universitätslehrgang Führungskräfte im Gesundheitssystem, Medizinische Universität Graz",
                "en": "Leadership in Healthcare, advanced training course, Medical University of Graz"
            }
        },
        {
            "id": 583,
            "person": 113973,
            "name": {
                "de": "Allergologie, Spezialisierungsdiplom, Österreichische Ärztekammer",
                "en": "Allergology, board certification, Austrian Medical Chamber"
            }
        },
        {
            "id": 416,
            "person": 111027,
            "name": {
                "de": "Notarztausbildungskurs",
                "en": "Training emergency medicine"
            }
        },
        {
            "id": 417,
            "person": 111027,
            "name": {
                "de": "ISCD Graz - International short course on dermoscopy ",
                "en": "International short course on dermoscopy "
            }
        },
        {
            "id": 674,
            "person": 50598,
            "name": {
                "de": "Morbus Hodgkin  (Diagnostische Aspekte und Neues aus der Forschung)",
                "en": "Morbus Hodgkin (Diagnostik and Research News)"
            }
        },
        {
            "id": 631,
            "person": 68534,
            "name": {
                "de": "15th Annual Regional Neonatology Fellows Boot Camp, Yale University und Yale New-Haven Children’s Hospital (New Haven, USA)",
                "en": "15th Annual Regional Neonatology Fellows Boot Camp, Yale University and Yale New-Haven Children’s Hospital (New Haven, USA)"
            }
        },
        {
            "id": 632,
            "person": 68534,
            "name": {
                "de": "Didaktik-Werkstatt 2024, Steirische Hochschulkonferenz (Graz, AUSTRIA)",
                "en": "Didactics Workshop 2024, Styrian University Conference (Graz, AUSTRIA)"
            }
        },
        {
            "id": 633,
            "person": 50173,
            "name": {
                "de": "Lean-Leadership Modul",
                "en": "Lean-Leadership Modul"
            }
        },
        {
            "id": 634,
            "person": 79516,
            "name": {
                "de": "International Diploma of Mountain Medicine",
                "en": "International Diploma of Mountain Medicine"
            }
        },
        {
            "id": 636,
            "person": 60744,
            "name": {
                "de": "Postgraduelle Ausbildung in Klinischer und Gesundheitspsychologie",
                "en": "Curriculum Clinical and Health Psychology"
            }
        },
        {
            "id": 635,
            "person": 60744,
            "name": {
                "de": "Spezialisierungscurriculum Klinische Neuropsychologie",
                "en": "Curriculum Clinical Neuropsychology"
            }
        },
        {
            "id": 638,
            "person": 50448,
            "name": {
                "de": "Abschluss des Universitätslehrganges Führungskräfte im Gesundheitssystem, Medizinische Universität Graz (UO 992-781) \r\n",
                "en": "Graduation from the University Course \"Führungskräfte im Gesundheitssystem\", Medical University of Graz (UO 992-781)"
            }
        },
        {
            "id": 637,
            "person": 50448,
            "name": {
                "de": "Abschluss des Universitätslehrganges zum/r Klinischen Prüfarzt/ärztin, Medizinische Universität Graz (O992 784)",
                "en": "Graduation from the post-graduate school for clinical investigators, Medical University of Graz (O992-784)"
            }
        },
        {
            "id": 811,
            "person": 124253,
            "name": {
                "de": "Habilitation im Fachgebiet \"Medizinische Chemie\"",
                "en": "Habilitation in the area \"Medicinal chemistry\""
            }
        },
        {
            "id": 640,
            "person": 125094,
            "name": {
                "de": "Aufbaukurs Evidenzbasierte Medizin, Universität zu Lübeck, Deutschland",
                "en": "Advanced course evidence-based medicine"
            }
        },
        {
            "id": 642,
            "person": 125094,
            "name": {
                "de": "Leadership in Nursing Science, Nurse-Lead Consortium and Erasmus plus",
                "en": "Leadership in Nursing Science, Nurse-Lead Consortium and Erasmus plus"
            }
        },
        {
            "id": 641,
            "person": 125094,
            "name": {
                "de": "Promotionskolleg, Zentrum für Bevölkerungsmedizin und Versorgungsforschung (ZBV), Universität zu Lübeck, Deutschland",
                "en": "Doctoral course, ZBV, University of Lübeck, Germany"
            }
        }
    ]
}