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=60
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 677,
    "next": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=80",
    "previous": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=40",
    "results": [
        {
            "id": 57,
            "person": 57460,
            "name": {
                "de": "Auditorin",
                "en": "Auditor"
            }
        },
        {
            "id": 58,
            "person": 57460,
            "name": {
                "de": "EFQM-Assessorin",
                "en": "EFQM-Assessor"
            }
        },
        {
            "id": 282,
            "person": 51929,
            "name": {
                "de": "Master of Medical Education (D)",
                "en": "Master of Medical Education (D)"
            }
        },
        {
            "id": 180,
            "person": 54345,
            "name": {
                "de": "Master in Health economics, policy and management  at London School of Economics (LSE) London, UK",
                "en": "Master in Health economics, policy and management  at London School of Economics (LSE) London, UK"
            }
        },
        {
            "id": 560,
            "person": 54345,
            "name": {
                "de": "Diploma of Advanced Sciences (DAS) in Hochschul- und Wissenschaftsmanagement",
                "en": "Diploma of Advanced Sciences (DAS) in University and Science Management"
            }
        },
        {
            "id": 23,
            "person": 58360,
            "name": {
                "de": "ULG Einführung in Labortierkunde (FELASA B)",
                "en": "university course introduction in laboratory zoology (FELASA B)"
            }
        },
        {
            "id": 21,
            "person": 58360,
            "name": {
                "de": "Befähigung zum Versenden von biologischem Material der Kategorie B (UN3373) und Trockeneis (UN1845)",
                "en": "Authority for the shipping of biological substance, Category B (UN3373) and dry ice (UN1845)"
            }
        },
        {
            "id": 20,
            "person": 58360,
            "name": {
                "de": "HOPE - Eine neue Technik in der Immunhistochemie",
                "en": "HOPE - A new method in immunhistochemistry"
            }
        },
        {
            "id": 22,
            "person": 58360,
            "name": {
                "de": "QM an Hochschulen",
                "en": "QM at university-level institutions"
            }
        },
        {
            "id": 29,
            "person": 58360,
            "name": {
                "de": "Teilnahme am 11. Kurs der European School of Neuroimmunology in Glasgow",
                "en": "11th ESNI Course - European School of Neuroimmunology in Glasgow"
            }
        },
        {
            "id": 32,
            "person": 58360,
            "name": {
                "de": "Kurzlehrgang \"Forschung\" der Medizinischen Universität Graz",
                "en": "\"Research\" Certificate Medical University Graz"
            }
        },
        {
            "id": 294,
            "person": 51117,
            "name": {
                "de": "Jürgen Barth Writing Workshop, Frankfurt ",
                "en": "Jürgen Barth Writing Workshop, Frankfurt "
            }
        },
        {
            "id": 295,
            "person": 51117,
            "name": {
                "de": "Teilnahme an mehreren Konferenzen der Österreichischen Plattform für Gesundheitskompetenz (ÖPGK)",
                "en": "Participation in several conferences of the Österreichischen Plattform für Gesundheitskompetenz (ÖPGK)"
            }
        },
        {
            "id": 296,
            "person": 51117,
            "name": {
                "de": "DEGAM Kongresse in Innsbruck und Erlangen ",
                "en": "DEGAM Kongresse in Innsbruck und Erlangen "
            }
        },
        {
            "id": 497,
            "person": 50564,
            "name": {
                "de": "Klinischer Risikomanger mit den Bestimmungen ONR 49003:2010-01",
                "en": "Clinical Risk Manager"
            }
        },
        {
            "id": 498,
            "person": 50564,
            "name": {
                "de": "Prüfärzte Kurs für Phase III Studien",
                "en": "Clinical Trial Specialist for phase III studies"
            }
        },
        {
            "id": 574,
            "person": 51743,
            "name": {
                "de": "Ausbildung Gestaltpädagogik",
                "en": "Educational Course in Gestalt Pedagogy"
            }
        },
        {
            "id": 593,
            "person": 51743,
            "name": {
                "de": "Lehrgang für medizinische Führungskräfte",
                "en": "Course for medical manager/leadership"
            }
        },
        {
            "id": 594,
            "person": 51743,
            "name": {
                "de": "Familienakademie  Lehrgang Kentenich Pädagogik",
                "en": "Family Academy Course for Kentenich paedagogy"
            }
        },
        {
            "id": 592,
            "person": 51743,
            "name": {
                "de": "Schönstatt Familienakademie - akademisch geprüfter Familientrainer",
                "en": "Schönstatt Family academy - certified family trainer"
            }
        }
    ]
}