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=80
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 677,
    "next": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=100",
    "previous": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=60",
    "results": [
        {
            "id": 206,
            "person": 58023,
            "name": {
                "de": "DGI Implantat-Curriculums zur Spezialisierung im Bereich „Implantatchirurgie“",
                "en": "DGI Implant-Curriculum"
            }
        },
        {
            "id": 207,
            "person": 58023,
            "name": {
                "de": " DVT Sach- und Fachkundekurs mit Zertifizierung gemäß § 18a Abs. 1 RÖV (Deutschland)",
                "en": "CBCT Specialisation § 18a Abs. 1 RÖV (Germany)"
            }
        },
        {
            "id": 208,
            "person": 58023,
            "name": {
                "de": "eDidactics  - Hochschulübergreifendes Fortbildungsprogramm",
                "en": "eDidactics - Higher Education Teaching Programme"
            }
        },
        {
            "id": 336,
            "person": 57973,
            "name": {
                "de": "Echokardiographie Grundkurs",
                "en": "Basic course echocardiography"
            }
        },
        {
            "id": 337,
            "person": 57973,
            "name": {
                "de": "Lungenfunktion Grundkurs",
                "en": "Basic course lung function"
            }
        },
        {
            "id": 334,
            "person": 57973,
            "name": {
                "de": "Notarztdiplom",
                "en": "Emergency physician"
            }
        },
        {
            "id": 335,
            "person": 57973,
            "name": {
                "de": "Abdomensonographie Grundkurs",
                "en": "Basic course abdominal sonography"
            }
        },
        {
            "id": 53,
            "person": 57420,
            "name": {
                "de": "Sicherheitsvertrauensperson",
                "en": "Safety representative"
            }
        },
        {
            "id": 155,
            "person": 57420,
            "name": {
                "de": "AUVA Informationsveranstaltung \"Krebs durch Arbeit ist vermeidbar\"",
                "en": "AUVA information event \"Cancer through work is preventable\""
            }
        },
        {
            "id": 158,
            "person": 57420,
            "name": {
                "de": "SVP-Aktuell: Das Auffrischungsseminar",
                "en": "SVP-Aktuell: The refresher seminar"
            }
        },
        {
            "id": 160,
            "person": 57420,
            "name": {
                "de": "Altersgerechtes Arbeiten-Ansatzpunkte und Maßnahmen",
                "en": "Age-appropriate work - starting points and measures"
            }
        },
        {
            "id": 162,
            "person": 57420,
            "name": {
                "de": "TÜV Austria Aufbaukurs Laborsicherheit (3d)",
                "en": "TÜV Austria Advanced Course Laboratory Safety (3d)"
            }
        },
        {
            "id": 153,
            "person": 57420,
            "name": {
                "de": "Lehrgang IATA Personalkategorie 1- Versand von UN1845, UN2814, UN2900, UN3245 und UN3373",
                "en": "Training IATA personnel category 1- Shipping of UN1845, UN2814, UN2900, UN3245 and UN3373"
            }
        },
        {
            "id": 154,
            "person": 57420,
            "name": {
                "de": "Lehrgang IATA Personalkategorie 2 - Versand von UN1845 und UN3373",
                "en": "Training IATA personnel category 2 - Shipping of UN1845 and UN3373"
            }
        },
        {
            "id": 156,
            "person": 57420,
            "name": {
                "de": "Gefährliche Arbeitsstoffe im Labor",
                "en": "Hazardous substances in the laboratory"
            }
        },
        {
            "id": 157,
            "person": 57420,
            "name": {
                "de": "Erste Hilfe Auffrischungskurs",
                "en": "First aid refresher course"
            }
        },
        {
            "id": 159,
            "person": 57420,
            "name": {
                "de": "Workshop: Räumung und Evakuierung in Mittel- und Großbetrieben",
                "en": "Workshop: Clearance and evacuation in medium and large companies"
            }
        },
        {
            "id": 161,
            "person": 57420,
            "name": {
                "de": "Die Sicherheitsvertrauensperson im Krankenhaus",
                "en": "The safety representative in the hospital"
            }
        },
        {
            "id": 163,
            "person": 57420,
            "name": {
                "de": "Ausbildung zum Brandschutzwart",
                "en": "Training as a fire protection officer"
            }
        },
        {
            "id": 164,
            "person": 57420,
            "name": {
                "de": "Brandschutz-Arbeitnehmerschutz-Umweltschutz",
                "en": "Fire protection-employee protection-environmental protection"
            }
        }
    ]
}