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=20
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=40",
    "previous": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20",
    "results": [
        {
            "id": 76,
            "person": 50598,
            "name": {
                "de": "Digital Pathologie Workshop (3D Histech, Graz)",
                "en": "Digital Pathology Workshop (3D Histech, Graz)"
            }
        },
        {
            "id": 90,
            "person": 50598,
            "name": {
                "de": "Fortbildung Genomdatenbanken (Institut für Pathologie, Graz)",
                "en": "Genomic Databases (Institute of Pathology, Graz)"
            }
        },
        {
            "id": 80,
            "person": 50598,
            "name": {
                "de": "Frühjahrstagung ÖGPath/IAP Austria und Gemeinsame Fortbildungstagung für Biomedizinische AnalytikerInnen&ÄrztInnen (Wien)",
                "en": "Meeting ÖGPath/IAP Austria (Vienna, Austria)"
            }
        },
        {
            "id": 91,
            "person": 50598,
            "name": {
                "de": "Schulung zu Grundlagen der ISO 15189:2012 und deren Umsetzung (MUG, Graz)",
                "en": "Basics of ISO 15189:2012 and Implementation (MUG, Graz)"
            }
        },
        {
            "id": 92,
            "person": 50598,
            "name": {
                "de": "Droplet Digital PCR User Meeting 2018 (Biorad, Wien)",
                "en": "Droplet Digital PCR User Meeting 2018 (Biorad, Wien)"
            }
        },
        {
            "id": 77,
            "person": 50598,
            "name": {
                "de": "Ion World Tour (Thermofisher, Wien)",
                "en": "Ion World Tour (Thermofisher, Wien)"
            }
        },
        {
            "id": 79,
            "person": 50598,
            "name": {
                "de": "4. Interdisziplinäre Fortbildung CCC Graz, Subzentrum Sarkome (CCC Graz, Graz)",
                "en": "Comprehensive Cancer Center Graz, Sarcomas (CCC Graz, Graz)"
            }
        },
        {
            "id": 83,
            "person": 50598,
            "name": {
                "de": "Liquid Biopsy Masterclass 2017 (MUG, Institut für Pathologie, Graz)",
                "en": "Liquid Biopsy Masterclass 2017 (MUG, Institute of Pathology, Graz)"
            }
        },
        {
            "id": 88,
            "person": 50598,
            "name": {
                "de": "Liquid Biopsy Masterclass 2018 (MUG, Graz)",
                "en": "Liquid Biopsy Masterclass 2018"
            }
        },
        {
            "id": 93,
            "person": 50598,
            "name": {
                "de": "Europäischer Kongress für Pathologie (ESP, Bilbao)",
                "en": "European Congress of Pathology (ESP, Bilbao)"
            }
        },
        {
            "id": 94,
            "person": 50598,
            "name": {
                "de": "Herbsttagung der Oegpath/IAP Austria (Med Campus Graz)",
                "en": "Meeting Oegpath/IAP Austria (Med Campus Graz)"
            }
        },
        {
            "id": 74,
            "person": 50598,
            "name": {
                "de": "Etablierung NGS Methoden (Radboud Universität Nijmegen, Niederlande)",
                "en": "Establishment NGS technologies (Radboud University Nijmegen, Netherlands)"
            }
        },
        {
            "id": 252,
            "person": 50598,
            "name": {
                "de": "3. Grazer Lungentag",
                "en": "3rd  Lung Day"
            }
        },
        {
            "id": 254,
            "person": 50598,
            "name": {
                "de": "ÖGPath QM-Meeting Akkreditierung",
                "en": "ÖGPath QM-Meeting Akkreditierung"
            }
        },
        {
            "id": 438,
            "person": 50598,
            "name": {
                "de": "Klin. Microarray Anwendertreffen (Darmstadt, Deutschland)",
                "en": "Clinical Microarray Usermeeting (Darmstadt, Germany)"
            }
        },
        {
            "id": 253,
            "person": 50598,
            "name": {
                "de": "QM Interne Auditorenschulung",
                "en": "QM Inhouse Trainining for Auditors"
            }
        },
        {
            "id": 250,
            "person": 50598,
            "name": {
                "de": "Internationaler Workshop Lungenkrebs",
                "en": "International Lung Cancer Diagnostics Workshop"
            }
        },
        {
            "id": 251,
            "person": 50598,
            "name": {
                "de": "User Meeting zu Digital Droplet PCR",
                "en": "Digital Droplet PCR User Meeting (Graz)"
            }
        },
        {
            "id": 255,
            "person": 50598,
            "name": {
                "de": "Archer Dx User Group Meeting",
                "en": "ArcherDX User Group Meeting"
            }
        },
        {
            "id": 256,
            "person": 50598,
            "name": {
                "de": "Genexus Sequenzer Training",
                "en": "Introduction Ion Torrent Genexus Sequencer"
            }
        }
    ]
}