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=380
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 735,
    "next": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=400",
    "previous": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=360",
    "results": [
        {
            "id": 533,
            "person": 91769,
            "name": {
                "de": "eDidactics",
                "en": "eDidactics "
            }
        },
        {
            "id": 534,
            "person": 91769,
            "name": {
                "de": "Ausbildung Interne Auditor*in",
                "en": "Training Internal Auditor "
            }
        },
        {
            "id": 532,
            "person": 91769,
            "name": {
                "de": "Clinical Trial Specialist",
                "en": "Clinical Trial Specialist "
            }
        },
        {
            "id": 535,
            "person": 91769,
            "name": {
                "de": "Clincial Trial Specialist Refresher",
                "en": "Clinical Trial Specialist Refresher "
            }
        },
        {
            "id": 496,
            "person": 92002,
            "name": {
                "de": "Clinical Trial Specialist ",
                "en": "Clinical Trial Specialist "
            }
        },
        {
            "id": 227,
            "person": 92002,
            "name": {
                "de": "eDidactics",
                "en": "eDidactics"
            }
        },
        {
            "id": 226,
            "person": 92002,
            "name": {
                "de": "Klinisches Risikomanagement ",
                "en": "Clinical risk management "
            }
        },
        {
            "id": 505,
            "person": 94472,
            "name": {
                "de": "Tätigkeitsschwerpunkt Implantologie (DGI)\r\n",
                "en": "Specialization in implantology (DGI)"
            }
        },
        {
            "id": 506,
            "person": 94472,
            "name": {
                "de": "Curriculum Implantologie der Deutschen Gesellschaft für Implantologie (DGI), München/Düsseldorf (Deutschland)",
                "en": "Curriculum Implantology of the German Association of Implantology"
            }
        },
        {
            "id": 246,
            "person": 82414,
            "name": {
                "de": "ÖÄK-Diplom für Akupunktur (Ausbildung bei Ärzte für Akupunktur).",
                "en": "Austrian chamber diploma for acupuncture."
            }
        },
        {
            "id": 247,
            "person": 82414,
            "name": {
                "de": "Akupunktur-Zusatzqualifikation 'Shonishin' (bei Dr. Thomas Wernicke).",
                "en": "Shonishin acupuncture qualification."
            }
        },
        {
            "id": 248,
            "person": 82414,
            "name": {
                "de": "Hypnose und erweiterte Kommunikation im ärztlichen Bereich (Medizinische Universität Graz).",
                "en": "Hypnosis and advanced communication in medical field (Medical University of Graz)."
            }
        },
        {
            "id": 521,
            "person": 82414,
            "name": {
                "de": "IBCLC® Still- und Laktationsberaterin (Europäisches Institut für Stillen und Laktation, EISL)",
                "en": "IBCLC® International Board Certified Lactation Consultant, expert in breastfeeding and lactation care"
            }
        },
        {
            "id": 522,
            "person": 82414,
            "name": {
                "de": "Traditionell Chinesische Medizin (TCM) in der Kinderheilkunde (Österreichische Gesellschaft für kontrollierte Akupunktur, OGKA)",
                "en": "Traditional Chinese Medicine (TCM) in pediatric medicine (educated by OGKA)"
            }
        },
        {
            "id": 523,
            "person": 82414,
            "name": {
                "de": "Grazer Ausbildungskurs Neonatologie (Klinische Abteilung für Neonatologie, Univ.-Klinik für Kinder- und Jugendheilkunde Graz)",
                "en": "Training course in neonatology (Division of Neonatology, Department for Paediatrics and Adolescent Medicine Graz)"
            }
        },
        {
            "id": 242,
            "person": 82414,
            "name": {
                "de": "‚Integrative Medizin und Akupunktur in der Pädiatrie‘ (Fortbildung der Deutschen Ärztegesellschaft für Akupunktur, DÄGfA).",
                "en": "Integrative medicine and acupuncture in pediatrics (eduction by DÄGfA)."
            }
        },
        {
            "id": 241,
            "person": 82414,
            "name": {
                "de": "Diplomlehrgang ‚Westliche Arzneipflanzen und TCM‘ (Wiener Schule für Traditionell Chinesische Medizin, WSTCM)",
                "en": "Diploma \"Western medical herbs and traditional Chinese medicine\" by WSTCM"
            }
        },
        {
            "id": 243,
            "person": 82414,
            "name": {
                "de": "Grundkurs und Aufbaukurs ‚Pädiatrische Ultraschalldiagnostik‘ (ÖGUM).",
                "en": "Basic and advanced courses \"Pediatric ultrasound\" by ÖGUM."
            }
        },
        {
            "id": 244,
            "person": 82414,
            "name": {
                "de": "Hippotherapie (Ausbildung des Österreichischen Kuratoriums für Therapeutisches Reiten).",
                "en": "Hippotherapy (by Austrian association for therapeutical riding)."
            }
        },
        {
            "id": 245,
            "person": 82414,
            "name": {
                "de": "Akupunktur-Zusatzqualifikation ‚NADA-Akupunktur‘ (Verein für NADA-Akupunktur Österreich e.V.)",
                "en": "NADA-Acupuncture qualification (by NADA-Acupuncture Austria e.V.)"
            }
        }
    ]
}