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=700
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 711,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=680",
    "results": [
        {
            "id": 712,
            "person": 75522,
            "name": {
                "de": "Lehrgang Psychoanalytisch orientierte Traumabehandlung (WPA, Wiener Psychoanalytische Akademie)",
                "en": "Course in Psychoanalytically Oriented Trauma Treatment (WPA, Vienna Psychoanalytic Academy)"
            }
        },
        {
            "id": 766,
            "person": 133141,
            "name": {
                "de": "Medizindidaktische Qualifikation I und II (Baden-Württemberg)\r\n",
                "en": "University didactics in medicine I and II (Baden-Württemberg)"
            }
        },
        {
            "id": 767,
            "person": 97931,
            "name": {
                "de": "Elettra Synchrotron, Trieste – Scientific visit",
                "en": "Elettra Synchrotron, Trieste – Scientific visit"
            }
        },
        {
            "id": 287,
            "person": 62926,
            "name": {
                "de": "Teilnahme an mehreren Herbstsymposien des Institutes für Qualität und Wirtschaftlichkeit im Gesundheitswesen (IQWiG), Köln",
                "en": "Several autumn symposia on current and controversial aspects (epidemiological, health economic, legal) in medicine and health policy, organized by the Institute for Quality and Efficiency in Health Care (IQWiG), Cologne, Germany"
            }
        },
        {
            "id": 290,
            "person": 62926,
            "name": {
                "de": "EbM-Kongresse in Berlin (3), Salzburg, Hamburg (2), Halle, Köln, Graz, Freiburg",
                "en": "A total of 10 international annual scientific congresses of the German Network for Evidence Based Medicine (DNEbM), Germany/Austria"
            }
        },
        {
            "id": 769,
            "person": 62926,
            "name": {
                "de": "Symposium „Integrität in der Wissenschaft – gemeinsam gegen Betrug“, Cochrane Deutschland Stiftung, Freiburg/Deutschland",
                "en": "Symposium \"Integrity in science – together against fraud\", Cochrane Germany Foundation, Freiburg/Germany"
            }
        },
        {
            "id": 703,
            "person": 75522,
            "name": {
                "de": "Weiterbildung Psychoanalytische Säuglingsbeobachtung / Infant Observation nach Esther Bick (Univ.-Prof. Dr. Gertraud Diem-Wille, WPV – Wiener Psychoanalytische Vereinigung)",
                "en": "Psychoanalytic Baby & Infant Observation - by Esther Bick (Univ.-Prof. Dr. Gertraud Diem-Wille, WPV – Wiener Psychoanalytische Vereinigung)"
            }
        },
        {
            "id": 711,
            "person": 75522,
            "name": {
                "de": "Psychotherapeutisches Propädeutikum, ÖAGG-Akademie (Österreichischer Arbeitskreis für Gruppentherapie und Gruppendynamik)",
                "en": "Psychotherapeutic preparatory course, ÖAGG-Akademie (Österreichischer Arbeitskreis für Gruppentherapie und Gruppendynamik)"
            }
        },
        {
            "id": 713,
            "person": 75522,
            "name": {
                "de": "Weiterbildung Psychoanalytische Psychosentherapie (WPA - Wiener Psychoanalytische Akademie)",
                "en": "Training in Psychoanalytic Treatment of Psychosis (WPA - Vienna Psychoanalytic Academy)"
            }
        },
        {
            "id": 770,
            "person": 125094,
            "name": {
                "de": "Creating a Theory of Change and Logic Model",
                "en": "Creating a Theory of Change and Logic Model"
            }
        },
        {
            "id": 708,
            "person": 75522,
            "name": {
                "de": "Weiterbildungscurriculum für Psychodynamische Psychotherapie der Borderline-Störungen der ÖGATAP – Transference Focused Psychotherapy (TFP), Modul 1 & 2 (ÖGATAP - Österreichische Gesellschaft für angewandte Tiefenpsychologie und allgemeine Psychotherapie)",
                "en": "Training in psychodynamic psychotherapy for borderline personality disorder – Transference Focused Psychotherapy (TFP), Modul 1 & 2 (ÖGATAP - Österreichische Gesellschaft für angewandte Tiefenpsychologie und allgemeine Psychotherapie / Austrian Society for Applied Depth Psychology and General Psychotherapy)"
            }
        }
    ]
}