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=360
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 711,
    "next": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=380",
    "previous": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=340",
    "results": [
        {
            "id": 465,
            "person": 94962,
            "name": {
                "de": "European Trauma Course (ETC)",
                "en": "European Trauma Course (ETC)"
            }
        },
        {
            "id": 520,
            "person": 94962,
            "name": {
                "de": "European Paediatric Immediate Life Support (EPILS)",
                "en": "European Paediatric Immediate Life Support (EPILS)"
            }
        },
        {
            "id": 222,
            "person": 104765,
            "name": {
                "de": "10th EMBO Practical Course on Solution Scattering from Biological Macromolecules (OCT 25 - NOV 3, 2021; online event (Hamburg, Germany))",
                "en": "10th EMBO Practical Course on Solution Scattering from Biological Macromolecules (OCT 25 - NOV 3, 2021; online event (Hamburg, Germany))"
            }
        },
        {
            "id": 221,
            "person": 104765,
            "name": {
                "de": "NMR Summerschool \"1D- and 2D-NMR Spectroscopy in Liquids\" (SEP 6-11, 2020; Niederöblarn, Austria)",
                "en": "NMR Summerschool \"1D- and 2D-NMR Spectroscopy in Liquids\" (SEP 6-11, 2020; Niederöblarn, Austria)"
            }
        },
        {
            "id": 410,
            "person": 104765,
            "name": {
                "de": "EMBO Practical Course \"Structure, Dynamics and Function of Biological Macromolecules by NMR\" (AUG 5-12, 2022; Basel, Switzerland)",
                "en": "EMBO Practical Course \"Structure, Dynamics and Function of Biological Macromolecules by NMR\" (AUG 5-12, 2022; Basel, Switzerland)"
            }
        },
        {
            "id": 547,
            "person": 104765,
            "name": {
                "de": "ISTA MAS NMR Workshop on solid state NMR (MAY 4-5, 2023; Klosterneuburg, Austria)",
                "en": "ISTA MAS NMR Workshop on solid state NMR (MAY 4-5, 2023; Klosterneuburg, Austria)"
            }
        },
        {
            "id": 323,
            "person": 104801,
            "name": {
                "de": "DEGAM Kongress in Lübeck",
                "en": "DEGAM Congresses in Lübeck"
            }
        },
        {
            "id": 322,
            "person": 104801,
            "name": {
                "de": "Österreichisches Ärztekammerdiplom \" Schularzt*Schulärtzin\"",
                "en": "Austrian Medical Association Diploma for \" School doctor\""
            }
        },
        {
            "id": 573,
            "person": 104801,
            "name": {
                "de": "DEGAM Kongress Berlin",
                "en": "DEGAM Congress Berlin"
            }
        },
        {
            "id": 606,
            "person": 92462,
            "name": {
                "de": "Diverse Fortbildungen im Rahmen der \"Tierversuchskundlichen Kolloquien\" an der Eberhard Karls Universität Tübingen",
                "en": "Various further training courses as part of the “Animal Experimentation Colloquia” at the Eberhard Karls University of Tübingen"
            }
        },
        {
            "id": 623,
            "person": 92462,
            "name": {
                "de": "Schützen Sie Ihre Erfindung - Patentschutz und Patentverwertung",
                "en": "Protect your inventions - patent protection and patent exploitation"
            }
        },
        {
            "id": 624,
            "person": 92462,
            "name": {
                "de": "ICH-GCP Zertifikat",
                "en": "ICH-GCP Certificate"
            }
        },
        {
            "id": 604,
            "person": 92462,
            "name": {
                "de": "FELASA B Zertifikat, Medizinische Universität Graz",
                "en": "FELASA B Certificate, Medical University of Graz"
            }
        },
        {
            "id": 671,
            "person": 111770,
            "name": {
                "de": "EMBO Cryo-EM 3-Dimensional Image Processing (CEM3DIP) practical course",
                "en": "EMBO Cryo-EM 3-Dimensional Image Processing (CEM3DIP) practical course"
            }
        },
        {
            "id": 605,
            "person": 92462,
            "name": {
                "de": "Discovering Organoids: Establishment, Culture & Manipulation, Cambioscience, Forschungsinstitut für Molekulare Pathologie (IMP), Wien",
                "en": "Discovering Organoids: Establishment, Culture & Manipulation, Cambioscience, Institute of Molecular Pathology (IMP), Wien"
            }
        },
        {
            "id": 533,
            "person": 91769,
            "name": {
                "de": "eDidactics",
                "en": "eDidactics "
            }
        },
        {
            "id": 534,
            "person": 91769,
            "name": {
                "de": "Ausbildung Interne Auditor*in",
                "en": "Training Internal Auditor "
            }
        },
        {
            "id": 532,
            "person": 91769,
            "name": {
                "de": "Clinical Trial Specialist",
                "en": "Clinical Trial Specialist "
            }
        },
        {
            "id": 535,
            "person": 91769,
            "name": {
                "de": "Clincial Trial Specialist Refresher",
                "en": "Clinical Trial Specialist Refresher "
            }
        },
        {
            "id": 496,
            "person": 92002,
            "name": {
                "de": "Clinical Trial Specialist ",
                "en": "Clinical Trial Specialist "
            }
        }
    ]
}