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=540
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 732,
    "next": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=560",
    "previous": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=520",
    "results": [
        {
            "id": 493,
            "person": 101524,
            "name": {
                "de": "Ausbildung zum Rettungssanitäter",
                "en": "Training as a paramedic completed"
            }
        },
        {
            "id": 488,
            "person": 101524,
            "name": {
                "de": "Pädiatrischer Sonographie Kurs",
                "en": "Pediatric Sonography"
            }
        },
        {
            "id": 489,
            "person": 101524,
            "name": {
                "de": "Gefäßchirurgischer Grundkurs",
                "en": "Basic Course in Vascular Surgery"
            }
        },
        {
            "id": 490,
            "person": 101524,
            "name": {
                "de": "Ausbildung zum Notarzt (AGN Graz)",
                "en": "Emergency Medicine Physician Diploma (AGN Graz)"
            }
        },
        {
            "id": 492,
            "person": 101524,
            "name": {
                "de": "Grundkurs Abdomensonographie der Österreichischen Ärztekammer ",
                "en": "Basic Course in Abdominal Sonographie (Austrian Medical Chamber)"
            }
        },
        {
            "id": 491,
            "person": 101524,
            "name": {
                "de": "Diplom für Kinder- und Jugendtraumatologie der Deutschen Gesellschaft für Unfallchirurgie (DGU)",
                "en": "Diploma of Pediatric and Adolescent Traumatology"
            }
        },
        {
            "id": 113,
            "person": 105228,
            "name": {
                "de": "Karriereprogramm für Wissenschafterinnen - Kompezenzen, Strategien und Netzwerke",
                "en": "Career Program for Women Scientists - Competencies, Strategies and Networks"
            }
        },
        {
            "id": 568,
            "person": 105228,
            "name": {
                "de": "Gruendungsgarage v.XXI",
                "en": "Gruendungsgarage v.XXI"
            }
        },
        {
            "id": 433,
            "person": 105228,
            "name": {
                "de": "Kurs Mechanisem von metabolischen Erkrankungen, organisiert von der Medizinischen Fakultät Chile, dem Medizinischen Zentrum in Groningen (Niederlande)",
                "en": "Postgraduate Course Mechanism of Metabolic Disorders MMD"
            }
        },
        {
            "id": 237,
            "person": 108616,
            "name": {
                "de": "DFP-Fortbildungsdiplom der Österreichischen Ärztekammer",
                "en": "DFP diploma of the Austrian Medical Association"
            }
        },
        {
            "id": 236,
            "person": 108616,
            "name": {
                "de": "DFP-Fortbildungsdiplom der Österreichischen Ärztekammer",
                "en": "DFP diploma of the Austrian Medical Association"
            }
        },
        {
            "id": 238,
            "person": 108616,
            "name": {
                "de": "DFP-Fortbildungsdiplom der Österreichischen Ärztekammer",
                "en": "DFP diploma of the Austrian Medical Association"
            }
        },
        {
            "id": 233,
            "person": 108616,
            "name": {
                "de": "DFP-Fortbildungsdiplom der Österreichischen Ärztekammer",
                "en": "DFP diploma of the Austrian Medical Association"
            }
        },
        {
            "id": 234,
            "person": 108616,
            "name": {
                "de": "DFP-Fortbildungsdiplom der Österreichischen Ärztekammer",
                "en": "DFP diploma of the Austrian Medical Association"
            }
        },
        {
            "id": 235,
            "person": 108616,
            "name": {
                "de": "DFP-Fortbildungsdiplom der Österreichischen Ärztekammer",
                "en": "DFP diploma of the Austrian Medical Association"
            }
        },
        {
            "id": 186,
            "person": 108879,
            "name": {
                "de": "Masterstudium der Medizinischen Genetik an der Postgraduate School der Medizinischen Universität Graz ",
                "en": "Master of Science in medical genetics, postgraduate school Medical University of Graz "
            }
        },
        {
            "id": 187,
            "person": 108879,
            "name": {
                "de": "ÖAK Diplom Sportmedizin",
                "en": "ÖAK diploma sports medicine"
            }
        },
        {
            "id": 188,
            "person": 108879,
            "name": {
                "de": "ÖAK Diplom Genetik",
                "en": "ÖAK diploma genetics"
            }
        },
        {
            "id": 559,
            "person": 111629,
            "name": {
                "de": "Master of Technology – Angewandte Elektronik und Instrumentierung",
                "en": "Master of Technology - Applied electronics and Instrumentation"
            }
        },
        {
            "id": 558,
            "person": 111629,
            "name": {
                "de": "\r\nBachelor of Technology - Elektronik und Biomedizintechnik",
                "en": "Bachelor of Technology - Electronics and Biomedical Engineering"
            }
        }
    ]
}