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": 711,
    "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": 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"
            }
        },
        {
            "id": 609,
            "person": 92483,
            "name": {
                "de": "Seven strategies for scientists to communicate their research and create a brand",
                "en": "Elsevier Researcher Academy"
            }
        },
        {
            "id": 612,
            "person": 92483,
            "name": {
                "de": "Schreibworkshop",
                "en": "Writing Scientific Papers in Englisch"
            }
        },
        {
            "id": 614,
            "person": 92483,
            "name": {
                "de": "Beurteilung von Abschlussarbeiten",
                "en": "Grading degree thesis"
            }
        },
        {
            "id": 611,
            "person": 92483,
            "name": {
                "de": "Karriereworkshop Allgemeinmedizin",
                "en": "Career workshop General Medicine"
            }
        },
        {
            "id": 306,
            "person": 93279,
            "name": {
                "de": "EbM Kongress Berlin",
                "en": "EbM Congress Berlin"
            }
        }
    ]
}