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": 732,
    "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": 668,
            "person": 94798,
            "name": {
                "de": "Einjähriges Karriereprogramm für Wissenschafterinnen - Kompetenzen, Strategien und Netzwerke (im Rahmen der Kooperation \"Potenziale\" der Grazer Universitäten)",
                "en": "Career Program for Female Researchers - Competence, Strategies and Networking (as part of the \"Potentials\" cooperation between the Grazer Universities)"
            }
        },
        {
            "id": 669,
            "person": 120430,
            "name": {
                "de": "Physician",
                "en": "Physician"
            }
        },
        {
            "id": 670,
            "person": 94472,
            "name": {
                "de": "Experte für Implantologie (DGI Zertifikat)",
                "en": "Implant Expert (DGI Certified)"
            }
        },
        {
            "id": 676,
            "person": 50598,
            "name": {
                "de": "MGI Einführung in Sequenzierung und Datengenerierung T7 (Berlin)",
                "en": "MGI Sequencing and data generation (Berlin)"
            }
        },
        {
            "id": 677,
            "person": 50598,
            "name": {
                "de": "Krebsforschungstag der MUG",
                "en": "Cancer Research Day MUG"
            }
        },
        {
            "id": 673,
            "person": 50598,
            "name": {
                "de": "Digital Pathologie und Anwendung von KI in der Pathologie",
                "en": "Digital pathology and application of AI in pathology"
            }
        },
        {
            "id": 675,
            "person": 50598,
            "name": {
                "de": "Richtlinien für die Validierung von qPCR und ddPCR Assays",
                "en": "Guidance for the Validation of qPcR and ddPCR Assays in Regulated Envirnoments"
            }
        },
        {
            "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)"
            }
        }
    ]
}