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
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=20",
    "previous": null,
    "results": [
        {
            "id": 2,
            "person": 50598,
            "name": {
                "de": "Basic English in Medicine Sprachkurs (Internationales Sprachenzentrum, Graz)",
                "en": "Basic English in Medicine (Internationales Sprachenzentrum, Graz)"
            }
        },
        {
            "id": 48,
            "person": 50598,
            "name": {
                "de": "Definiens Tissue Studio Training (Definiens Akademie, Graz)",
                "en": "Definiens Tissue Studio Customized Training (Definiens Academy, Graz)"
            }
        },
        {
            "id": 51,
            "person": 50598,
            "name": {
                "de": "Ion User Group Meeting 2013 (Life Technologies, Wien)",
                "en": "Ion User Group Meeting 2013 (Life Technologies, Vienna, Austria)"
            }
        },
        {
            "id": 28,
            "person": 50598,
            "name": {
                "de": "Training Array-based Comparative Genomische Hybridisierung (Max-Planck-Institut für Molekulare Genetik, Berlin)",
                "en": "Training Array-based Comparative Genomic Hybridization (Max-Planck-Institute for Molecular Genetics, Berlin)"
            }
        },
        {
            "id": 5,
            "person": 50598,
            "name": {
                "de": "Workshop für Probenvorbereitung und Genexpressions Profiling mit RT-PCR (Ambion, Core Facility Molecular Biology, ZMF Graz)",
                "en": "Workshop on Sample Preparation and Gene Expression Profiling by RT-PCR(Ambion, Core Facility Molecular Biology, ZMF Graz)"
            }
        },
        {
            "id": 9,
            "person": 50598,
            "name": {
                "de": "Erste Hilfe Wiederholungskurs (Rotes Kreuz)",
                "en": "First-aid training (Red Cross)"
            }
        },
        {
            "id": 14,
            "person": 50598,
            "name": {
                "de": "Laborkurs für EGFR-Mutationstestung (Pannonia Kongress für Pathologie, Graz)",
                "en": "Precongress Lab Course - EGFR mutation testing (Pannonia Congress of Pathology, Graz)"
            }
        },
        {
            "id": 4,
            "person": 50598,
            "name": {
                "de": "Spezialkurs für Molekularpathologie (International Academy of Pathology, San Antonio, Texas, USA)",
                "en": "Special Course Advanced Molecular Pathology (International Academy of Pathology, San Antonio, Texas, USA)"
            }
        },
        {
            "id": 24,
            "person": 50598,
            "name": {
                "de": "IT - Tipps und Tricks für ForscherInnen",
                "en": "IT- Tips and tricks for researchers"
            }
        },
        {
            "id": 25,
            "person": 50598,
            "name": {
                "de": "39. Steir. Fortbildungstagung der Biomedizinischen AnalytikerInnen, Molekularbiologie (Graz, St. Martin)",
                "en": "Molecular biology training (39. Styrian Meeting of the Lab technicians)"
            }
        },
        {
            "id": 52,
            "person": 50598,
            "name": {
                "de": "Prozessorientiertes Qualitätsmangement an Hochschulen",
                "en": "Qualitymanagement for Universities"
            }
        },
        {
            "id": 1,
            "person": 50598,
            "name": {
                "de": "Microm Histologie Workshop (Carl Zeiss GmbH, Graz)",
                "en": "Microm histology workshop (Carl Zeiss GmbH, Graz)"
            }
        },
        {
            "id": 3,
            "person": 50598,
            "name": {
                "de": "Workshop Lasermikrodissektion (Leica Microsystems, Graz)",
                "en": "Lasermicrodissection Workshop (Leica Microsystems, Graz)"
            }
        },
        {
            "id": 6,
            "person": 50598,
            "name": {
                "de": "Microarray Datenanalyse mit IGB Software  MARS, ArrayNorm, Genesis & Pathway Mapper (IGB, TU Graz)",
                "en": "Microarray Data Analysis using the IGB Software MARS, ArrayNorm, Genesis & Pathway Mapper (IGB, TU Graz)"
            }
        },
        {
            "id": 7,
            "person": 50598,
            "name": {
                "de": "Workshop Klinische Molekularbiologie (Klinische Molekularbiologie, LKH-Univ. Klinikum Graz)",
                "en": "Workshop Clinical Molecular Biology (Clinical Molecularbiology, LKH-Univ. Klinikum Graz)"
            }
        },
        {
            "id": 15,
            "person": 50598,
            "name": {
                "de": "Protein Elektrophorese Seminar (GE Healthcare, ZMF Graz)",
                "en": "Protein Electrophorese Seminar (GE Healthcare, ZMF Graz)"
            }
        },
        {
            "id": 50,
            "person": 50598,
            "name": {
                "de": "Ion Torrent Proton Trainingskurs (Life Technologies, Darmstadt, Deutschland)",
                "en": "Ion Torrent Proton Training Course (Life Technologies, Darmstadt, Germany)"
            }
        },
        {
            "id": 55,
            "person": 50598,
            "name": {
                "de": "Qualitätsmangement an Hochschulen-Monitoring von Prozessen",
                "en": "Quality Management -Process Monitoring"
            }
        },
        {
            "id": 60,
            "person": 50598,
            "name": {
                "de": "Prozessmodellierung in Aeneis",
                "en": "Process modelling in Aeneis"
            }
        },
        {
            "id": 75,
            "person": 50598,
            "name": {
                "de": "Ion Torrent NGS Bioinformatik Workshop (Thermofisher, AKH Wien)",
                "en": "A Brief Guide to Ion Torrent NGS Bioinformatics (Thermofisher, AKH Vienna)"
            }
        }
    ]
}