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=400
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=420",
    "previous": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=380",
    "results": [
        {
            "id": 102,
            "person": 97006,
            "name": {
                "de": "Absolvierung EFQM Assessor Training, DGQ - Deutsche Gesellschaft für Qualität",
                "en": "Participation and Completion EFQM Assessor Training, German Society for Quality"
            }
        },
        {
            "id": 409,
            "person": 97006,
            "name": {
                "de": "Berufung zur Assessorin Unternehmensqualität (Excellence) - EFQM Modell\r\nAssessor*innentätigkeit im Rahmen des Staatspreises Unternehmensqualität; Organisation: Quality Austria",
                "en": "Assessor Business Excellence - EFQM Model\r\nOrganization: Quality Austria"
            }
        },
        {
            "id": 474,
            "person": 97006,
            "name": {
                "de": "Ausbildung zur zertifizierten CSR- und Nachhaltigkeitsbeauftragten (TÜV AUSTRIA AKADEMIE)",
                "en": "completed training as CSR- and sustainability officer (TÜV AUSTRIA AKADEMIE)"
            }
        },
        {
            "id": 302,
            "person": 97006,
            "name": {
                "de": "Absolvierung Refreshing für Assessor*innen Unternehmensqualität (Excellence) und Validator*innen auf Basis EFQM Modell Version 2020",
                "en": "Participation and Completion Refreshing for Assessors regarding EFQM Modell 2020"
            }
        },
        {
            "id": 562,
            "person": 97006,
            "name": {
                "de": "Ausbildung zum zertifizierten Innovations- und Problemlösungscoach - Schwerpunkt Qualität und Managementsysteme (Quality Austria)",
                "en": "completed training as innovation and problem solving coach (Quality Austria)"
            }
        },
        {
            "id": 435,
            "person": 95868,
            "name": {
                "de": "AO Trauma Fellowship Universitätsspital Zürich, Schweiz",
                "en": "AO Trauma Fellowship University Hospital Zurich, Switzerland"
            }
        },
        {
            "id": 436,
            "person": 95868,
            "name": {
                "de": "European Trauma Course Provider",
                "en": "European Trauma Course Provider"
            }
        },
        {
            "id": 437,
            "person": 95868,
            "name": {
                "de": "Damage Controll: \"Es blutet was soll ich tun?\"\r\nBlutungsmanagement Hands-on Kurs am Schweinemodell",
                "en": "Damage Controll: \"It's bleeding - what shall I do?\r\nHands on course on pig model"
            }
        },
        {
            "id": 434,
            "person": 95868,
            "name": {
                "de": "Fellowship Karolinska Universitätsspital, Stockholm, Schweden",
                "en": "Fellowship Karolinks University Hospital, Stockholm, Sweden"
            }
        },
        {
            "id": 607,
            "person": 95868,
            "name": {
                "de": "Fellowship Major Trauma Department, Royal London Hospital, Großbritannien",
                "en": "Fellowship Major Trauma Department, Royal London Hospital, UK"
            }
        },
        {
            "id": 315,
            "person": 100141,
            "name": {
                "de": "Postgradualer Universitätslehrgang Public Health, Medizinische Universität Graz",
                "en": "Postgraduate School of Public Health, Medical University Graz\r\n\t\r\n"
            }
        },
        {
            "id": 316,
            "person": 100141,
            "name": {
                "de": "Universitätslehrgang Clinical Trial Specialist, Medizinische Universität Graz",
                "en": "University program Clinical Trial Specialist, Medical University Graz"
            }
        },
        {
            "id": 428,
            "person": 63683,
            "name": {
                "de": "Empowering Patient Education\" Course (25 ECTS), University of Turku, Finnland",
                "en": "Empowering Patient Education\" Course (25 ECTS), University of Turku, Finnland"
            }
        },
        {
            "id": 429,
            "person": 63683,
            "name": {
                "de": "Metaanalyse mit R, Cochrane Deutschland",
                "en": "Meta-analyse with R, Cochrane Germany"
            }
        },
        {
            "id": 430,
            "person": 63683,
            "name": {
                "de": "GRADE - von Studien zu Leitlinien, Zentrum Cochrane Österreich \r\n",
                "en": "GRADE - from studies to guidelines, Centre Cochrane Austria "
            }
        },
        {
            "id": 431,
            "person": 63683,
            "name": {
                "de": "GRADE-CERQual (Online Course), Norwegian Institute of Public Health and Freiburg GRADE Center",
                "en": "GRADE-CERQual, Norwegian Institute of Public Health and Freiburg GRADE Center"
            }
        },
        {
            "id": 529,
            "person": 63683,
            "name": {
                "de": "Fortbildungsprogramm eDidactics (6 ECTS), Steirischen Hochschulkonferenz",
                "en": "edidactics course"
            }
        },
        {
            "id": 613,
            "person": 92483,
            "name": {
                "de": "Professionelle Hochschuldidaktik",
                "en": "Professional Higher Education Didactics"
            }
        },
        {
            "id": 610,
            "person": 92483,
            "name": {
                "de": "Karriereworkshop Allgemeinmedizin",
                "en": "Career Workshop General Medicine"
            }
        },
        {
            "id": 608,
            "person": 92483,
            "name": {
                "de": "Winning the publication game",
                "en": "Scientific Writing Course, Tim Albert Training"
            }
        }
    ]
}