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=720
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 732,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=700",
    "results": [
        {
            "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": 839,
            "person": 103648,
            "name": {
                "de": "Erwerb des ÖÄK-Diploms in Palliativmedizin",
                "en": "Certification in palliative medicine from the Austrian Medical Chamber"
            }
        },
        {
            "id": 838,
            "person": 103648,
            "name": {
                "de": "Turnusarzt in Ausbildung zum Allgemeinmediziner, Wiener Gesundheitsverbund",
                "en": "Resident physician training as a general practitioner, Wiener Gesundheitsverbund"
            }
        },
        {
            "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)"
            }
        },
        {
            "id": 844,
            "person": 87663,
            "name": {
                "de": "ESDR Academy for Future Leaders in Dermatology “New Avenues in Dermatology”\r\nProf. Enikö Sonkoly, Prof. Christoph Schlapbach, Prof. Rachel Watson, Madrid, Spain",
                "en": "ESDR Academy for Future Leaders in Dermatology “New Avenues in Dermatology”\r\nProf. Enikö Sonkoly, Prof. Christoph Schlapbach, Prof. Rachel Watson, Madrid, Spain"
            }
        },
        {
            "id": 842,
            "person": 87663,
            "name": {
                "de": "Good Clinical Practise ICH-GCP R2 auf R3, Medical University Graz, Austria",
                "en": "Good Clinical Practise ICH-GCP R2 to R3, Medical University Graz, Austria"
            }
        },
        {
            "id": 843,
            "person": 87663,
            "name": {
                "de": "Train-the-Trainer-Workshop zum Thema Forschungsdatenmanagement\r\nDr. Katarzyna Biernacka, Medical University Graz, Austria",
                "en": "Train-the-Trainer-Workshop Research Data Management\r\nDr. Katarzyna Biernacka, Medical University Graz, Austria"
            }
        }
    ]
}