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=240
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=260",
    "previous": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=220",
    "results": [
        {
            "id": 402,
            "person": 72301,
            "name": {
                "de": "HFA Clinical Trials in Heart Failure Course 2021; Sorrento, Italy",
                "en": "HFA Clinical Trials in Heart Failure Course 2021; Sorrento, Italy"
            }
        },
        {
            "id": 403,
            "person": 72301,
            "name": {
                "de": "HFA Clinical Practice Update Course on Heart Failure; Nice, France",
                "en": "HFA Clinical Practice Update Course on Heart Failure; Nice, France"
            }
        },
        {
            "id": 503,
            "person": 77115,
            "name": {
                "de": "Masterstudium Pharmazeutisches Qualitätsmanagement, Universität Wien",
                "en": "Master studies Pharmaceutical Quality Management, University of Vienna"
            }
        },
        {
            "id": 502,
            "person": 77115,
            "name": {
                "de": "Universitätslehrgang Clinical Trial Specialist, Medizinische Universität Graz",
                "en": "Postgraduate course Clinical Trial Specialist, Medical University of Graz\r\n\r\n"
            }
        },
        {
            "id": 412,
            "person": 79516,
            "name": {
                "de": "ÖAK Diplom \"Notarzt\"",
                "en": "ÖAK Diplom \"Notarzt\" (emergency physician)"
            }
        },
        {
            "id": 411,
            "person": 79516,
            "name": {
                "de": "ÖÄK Diplom \"Alpin- und Höhenmedizin\"",
                "en": "ÖÄK Diplom \"Alpin- und Höhenmedizin\" (alpine and high-altitude medicine)"
            }
        },
        {
            "id": 69,
            "person": 81650,
            "name": {
                "de": "Universitätslehrgang Clinical Trial Specialist",
                "en": "Clinical Trial Specialist"
            }
        },
        {
            "id": 89,
            "person": 81650,
            "name": {
                "de": "Erlangung des Kompetenz-Zertifikat: Qualifizierter Klinischer Monitor /CRA",
                "en": "Attainment of competence-certificate: Qualified Clinical Monitor /CRA"
            }
        },
        {
            "id": 84,
            "person": 70278,
            "name": {
                "de": "Masterstudium \"Angewandte Bioanalytik\", FH Joanneum Graz",
                "en": "Master study \"Applied Bioanalytical Sciences\", University of Applied Science, Graz"
            }
        },
        {
            "id": 588,
            "person": 73404,
            "name": {
                "de": "Open Innovation Kurs- Harvard Business School",
                "en": "Open Innovation course- Harvard Business School"
            }
        },
        {
            "id": 219,
            "person": 80111,
            "name": {
                "de": "High Impact Leadership - University of Cambridge",
                "en": "High Impact Leadership - University of Cambridge"
            }
        },
        {
            "id": 220,
            "person": 80111,
            "name": {
                "de": "Circular Economy and Sustainability Strategies - Judge Business School, University of Cambridge",
                "en": "Circular Economy and Sustainability Strategies - Judge Business School, University of Cambridge"
            }
        },
        {
            "id": 439,
            "person": 80031,
            "name": {
                "de": "MBA - Gesundheitsmanagement",
                "en": "MBA - Master in Health Management"
            }
        },
        {
            "id": 112,
            "person": 82963,
            "name": {
                "de": "Karriereprogramm für Wissenschafterinnen - Kompetenzen, Strategien und Netzwerke",
                "en": "Career program for female scientists - skills, strategies and networks"
            }
        },
        {
            "id": 525,
            "person": 83104,
            "name": {
                "de": "Long-term Visiting Scientist at the Institut Laue Langevin (ILL), Grenoble, France",
                "en": "Long-term Visiting Scientist at the Institut Laue Langevin (ILL), Grenoble, France"
            }
        },
        {
            "id": 527,
            "person": 83425,
            "name": {
                "de": "Zertifikat extra- und intrakranielle Neurosonographie der Österreichischen Gesellschaft für Ultraschall in der Medizin (ÖGUM)",
                "en": "Certification for extra- and intracranial neurosonography of the Austrian Society of medical Ultrasound"
            }
        },
        {
            "id": 528,
            "person": 83425,
            "name": {
                "de": "Absolvierung Fortbildungscurriculum Neurorehabilitation der Österreichischen Gesellschaft für Neurorehabilitation (OeGNR)",
                "en": "Neurorehabilitation Curriculum of the Austrian Society of Neurorehabilitation"
            }
        },
        {
            "id": 526,
            "person": 83425,
            "name": {
                "de": "Erfolgreiche Absolvierung der internationalen Zertifizierung für Neurosonographie der European Society of Neurosonology and Cerebral Hemodynamics (ESNCH)",
                "en": "International Certification in Neurosonology (Teaching Level) of the European Society of Neurosonology and Cerebral Hemodynamics (ESNCH)"
            }
        },
        {
            "id": 494,
            "person": 81051,
            "name": {
                "de": "Facharztausbildung zum Facharzt für Medizinische und Chemische Labordiagnostik ÄAO 2015",
                "en": "Speciality training in Laboratory Medicine"
            }
        },
        {
            "id": 197,
            "person": 84167,
            "name": {
                "de": "Karriereprogramm für Wissenschaftlerinnen 2021- Kompetenzen, Strategien und Netzwerke",
                "en": "Career program for women scientists 2021 - skills, strategies and networks"
            }
        }
    ]
}