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=40
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 676,
    "next": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=60",
    "previous": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=20",
    "results": [
        {
            "id": 257,
            "person": 50598,
            "name": {
                "de": "5. Grazer Lungentag",
                "en": "5th Lung Day"
            }
        },
        {
            "id": 258,
            "person": 50598,
            "name": {
                "de": "Illumina NovaSeq Kurs",
                "en": "Illumina NovaSeq Training"
            }
        },
        {
            "id": 504,
            "person": 51879,
            "name": {
                "de": "Absolvierung des Kurses: „Supervision of Doctoral Candidates for Main Supervisors“",
                "en": "Completion of the course: „Supervision of Doctoral Candidates for Main Supervisors“"
            }
        },
        {
            "id": 578,
            "person": 58284,
            "name": {
                "de": "ÖÄK Diplom Genetik",
                "en": "ÖÄK Diplom Genetik"
            }
        },
        {
            "id": 202,
            "person": 50610,
            "name": {
                "de": "Grundlagenausbildung Mentoring",
                "en": "Basic course for mentoring"
            }
        },
        {
            "id": 204,
            "person": 50883,
            "name": {
                "de": "Habilitation am 02.05.2018 Univ. ZÄ Priv.-Doz. Dr.med.dent.\r\nUnter  besonderer  Berücksichtigung  der  Zahnerhaltungskunde und Endodontie\r\n",
                "en": "Habilitation am 02.05.2018 Univ. ZÄ Priv.-Doz. Dr.med.dent.\r\nUnter  besonderer  Berücksichtigung  der  Zahnerhaltungskunde und Endodontie\r\n"
            }
        },
        {
            "id": 205,
            "person": 50883,
            "name": {
                "de": " Leiterin der Spezialambulanz Endodontie und Zahntraumatologie",
                "en": " Leiterin der Spezialambulanz Endodontie und Zahntraumatologie"
            }
        },
        {
            "id": 143,
            "person": 58422,
            "name": {
                "de": "ÖÄK Diplom \"Palliativmedizin\"",
                "en": "Postgraduate Diploma \"Palliative medicine\""
            }
        },
        {
            "id": 144,
            "person": 58422,
            "name": {
                "de": "Zertifikat des Deutschen Forschungsverbunds Neuropathischer Schmerz (DFNS) für \"Quantitative Sensorische Testung\"",
                "en": "Certificate of the German Research Network Neurpathic Pain (DFNS) for \"Quantitative Sensory Testing\""
            }
        },
        {
            "id": 138,
            "person": 58422,
            "name": {
                "de": "ÖÄK Diplom \"Psychosomatische Medizin\"",
                "en": "Postgraduate Diploma \"Psychosomatic medicine\""
            }
        },
        {
            "id": 139,
            "person": 58422,
            "name": {
                "de": "ÖÄK Diplom \"Notarzt\"",
                "en": "Postgraduate Diploma \"Emergency medicine\""
            }
        },
        {
            "id": 140,
            "person": 58422,
            "name": {
                "de": "ÖÄK Diplom \"Psychosoziale Medizin\"",
                "en": "Postgraduate Diploma \"psychosocial Medicine\""
            }
        },
        {
            "id": 141,
            "person": 58422,
            "name": {
                "de": "ÖÄK Diplom \"orale Substitutionsbehandlung\"",
                "en": "Postgraduate Diploma \"Opioid substitution therapy\""
            }
        },
        {
            "id": 142,
            "person": 58422,
            "name": {
                "de": "ÖÄK Diplom \"spezielle Schmerzmedizin\"",
                "en": "Postgraduate Diploma \"Pain Medicine\""
            }
        },
        {
            "id": 145,
            "person": 58422,
            "name": {
                "de": "Diplom der \"Europäischen Biofeedback Akademie\"",
                "en": "Diplomar of the \"European Biofeedback Academy\""
            }
        },
        {
            "id": 196,
            "person": 58422,
            "name": {
                "de": "Universitätslehrgang \"Biofeedback\", Sigmund Freud Universität Wien",
                "en": "Postgraduate course \"Biofeedback\", Sigmund Freud University Vienna"
            }
        },
        {
            "id": 356,
            "person": 58422,
            "name": {
                "de": "ÖÄK Diplom \"klinischer Prüfarzt\"",
                "en": "Postgraduate diploma \"Clinical trial principal investigator\""
            }
        },
        {
            "id": 557,
            "person": 58422,
            "name": {
                "de": "European Diploma in Pain Medicine (EDPM)",
                "en": "European Diploma in Pain Medicine (EDPM)"
            }
        },
        {
            "id": 229,
            "person": 58422,
            "name": {
                "de": "Universitätslehrgang \"Klinischer Prüfarzt\", Medizinische Universität Graz",
                "en": "Postgraduate course \"Clinical trial principal investigator\", Medical University of Graz"
            }
        },
        {
            "id": 56,
            "person": 57460,
            "name": {
                "de": "Qualitätsmanagerin",
                "en": "quality manager"
            }
        }
    ]
}