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=480
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 735,
    "next": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=500",
    "previous": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=460",
    "results": [
        {
            "id": 507,
            "person": 111770,
            "name": {
                "de": "Joint Instruct-iNEXT Course \"Integrating Structural Biology\" (Sep 25-30, 2022; Oeiras, Portugal)",
                "en": "Joint Instruct-iNEXT Course \"Integrating Structural Biology\" (Sep 25-30, 2022; Oeiras, Portugal)"
            }
        },
        {
            "id": 133,
            "person": 105863,
            "name": {
                "de": "PTC Windchill Certified Implementer and Data Migration Professional (PTC Barcelona, Spain & CODI, Portugal)\r\nOracle DB Admin Focus",
                "en": "PTC Windchill Certified Implementer and Data Migration Professional (PTC Barcelona, Spain & CODI, Portugal)\r\nOracle DB Admin Focus\r\n\r\n"
            }
        },
        {
            "id": 135,
            "person": 105863,
            "name": {
                "de": "Projektmanagement Kurs\r\nKnow-Center, TU Graz, Österreich",
                "en": "Project Management Course\r\nKnow-Center, TU Graz, Austria"
            }
        },
        {
            "id": 134,
            "person": 105863,
            "name": {
                "de": "CISCO CCNA Official Course & CISCO VoIP Developer\r\nOracle DBA Official Course\r\nPolytechnic Institute of Leiria, Portugal",
                "en": "CISCO Network Admin Official Course, CISCO VoIP Developer, Oracle DBA\r\nPolytechnic Institute of Leiria, Portugal"
            }
        },
        {
            "id": 124,
            "person": 107390,
            "name": {
                "de": "Medizinische Universität Innsbruck",
                "en": "Medical University of Innsbruck"
            }
        },
        {
            "id": 217,
            "person": 111475,
            "name": {
                "de": "International Course on Clinical Epidemiology, Universität Leiden, Niederlande",
                "en": "International Course on Clinical Epidemiology, Leiden University, Netherlands"
            }
        },
        {
            "id": 218,
            "person": 111475,
            "name": {
                "de": "Summer School der European Society of Medical Oncology (ESMO)",
                "en": "Summer School of the European Society of Medical Oncology (ESMO)"
            }
        },
        {
            "id": 348,
            "person": 111475,
            "name": {
                "de": "3 months clinical elective - Pennsylvania Hospital, University of Pennsylvania, Philadelphia, USA",
                "en": "3 months clinical elective - Pennsylvania Hospital, University of Pennsylvania, Philadelphia, USA"
            }
        },
        {
            "id": 555,
            "person": 111475,
            "name": {
                "de": "INTERACT EUROPE (Pioneer Cohort) - Communication and Leadership course, European School of Oncology (ESO)",
                "en": "INTERACT EUROPE (Pioneer Cohort) - Communication and Leadership course, European School of Oncology (ESO)"
            }
        },
        {
            "id": 630,
            "person": 111475,
            "name": {
                "de": "Advanced Epidemiological Methods Course - Leiden University Medical Center, Department of Clinical Epidemiology",
                "en": "Advanced Epidemiological Methods Course - Leiden University Medical Center, Department of Clinical Epidemiology"
            }
        },
        {
            "id": 514,
            "person": 98844,
            "name": {
                "de": "Informationsversanstaltungen für Medizinstudierende, Vortragende",
                "en": "information events für medical students, lecturer"
            }
        },
        {
            "id": 516,
            "person": 98844,
            "name": {
                "de": "MTD-Koordinations-Führungskräftetagung und MTD-Führungskräfte-Jahressitzung, Vortragende",
                "en": "medical technical services coordination - conference and annual meeting, lecturer"
            }
        },
        {
            "id": 515,
            "person": 98844,
            "name": {
                "de": "Praxisanleitung (für FH Wien und Salzburg)",
                "en": "practice guide (for Universities of Applied Sciences in Vienna and Salzburg)"
            }
        },
        {
            "id": 517,
            "person": 98844,
            "name": {
                "de": "Dreiländertagung Orthoptik, CH-Zürich",
                "en": "three-country conference, CH-Zurich"
            }
        },
        {
            "id": 806,
            "person": 104801,
            "name": {
                "de": "DEGAM Kongress Hannover",
                "en": "DEGAM congress Hannover "
            }
        },
        {
            "id": 807,
            "person": 113131,
            "name": {
                "de": "DEGAM-Kongress Würzburg",
                "en": "DEGAM-Congress Würzburg"
            }
        },
        {
            "id": 809,
            "person": 100095,
            "name": {
                "de": "Workshop zur Erstellung von interaktiven Präsentationen mit Mentimeter in der Lehre",
                "en": "Workshop on creating interactive presentations with Mentimeter in teaching"
            }
        },
        {
            "id": 813,
            "person": 98087,
            "name": {
                "de": "Karriereentwicklung im Tenure Edge Program",
                "en": "Selected for the Tenure Edge Program"
            }
        },
        {
            "id": 815,
            "person": 118428,
            "name": {
                "de": "Postgraduelle Ausbildung klinische Psychologie (AAP)",
                "en": "Postgraduate training in clinical psychology (AAP)"
            }
        },
        {
            "id": 816,
            "person": 107190,
            "name": {
                "de": "Professional Diploma in Tropical Medicine and Hygiene der London School of Hygiene & Tropical Medicine",
                "en": "Professional Diploma in Tropical Medicine and Hygiene at the London School of Hygiene & Tropical Medicine"
            }
        }
    ]
}