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=100
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=120",
    "previous": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=80",
    "results": [
        {
            "id": 165,
            "person": 57420,
            "name": {
                "de": "Erste Hilfe Grundkurs",
                "en": "First aid basic course"
            }
        },
        {
            "id": 166,
            "person": 57420,
            "name": {
                "de": "Strahlenschutzgrundausbildung",
                "en": "Basic radiation protection training"
            }
        },
        {
            "id": 167,
            "person": 57420,
            "name": {
                "de": "Spezielle Ausbildung hinsichtlich der Anwendung offener radioaktiver Stoffe",
                "en": "Special training in the use of unsealed radioactive substances"
            }
        },
        {
            "id": 168,
            "person": 57420,
            "name": {
                "de": "Strahlenschutzweiterbildung",
                "en": "Further training in radiation protection"
            }
        },
        {
            "id": 413,
            "person": 57420,
            "name": {
                "de": "Die Brandschutz-Eigenkontrolle (Fortbildung BSW)",
                "en": "The fire protection self-control (further training BSW)"
            }
        },
        {
            "id": 414,
            "person": 57420,
            "name": {
                "de": "Erste Hilfe Auffrischungskurs",
                "en": "First Aid Refresher Course"
            }
        },
        {
            "id": 415,
            "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": 17,
            "person": 50830,
            "name": {
                "de": "In-Vivo Experimente an der Neurochirurgie Graz",
                "en": "In-Vivo experiments (Neurosurgical Dept. Graz)"
            }
        },
        {
            "id": 16,
            "person": 50830,
            "name": {
                "de": "Ausbildung zur Biomedizinischen Analytikerin",
                "en": "Certified Biomedical Technician"
            }
        },
        {
            "id": 18,
            "person": 50830,
            "name": {
                "de": "Forschungstätigkeit am Institut f.Kinische und Experimentelle Pharmakologie Graz",
                "en": "Research at Dept. for Clinical and Experimental Pharmacology Graz"
            }
        },
        {
            "id": 19,
            "person": 50830,
            "name": {
                "de": "Kinische Studienadministration, Medizin. Univ. Klinik Graz",
                "en": "Clinical Study Administration, Medical University Graz"
            }
        },
        {
            "id": 82,
            "person": 50193,
            "name": {
                "de": "Mentoring Ausbildung",
                "en": "Mentoring Training"
            }
        },
        {
            "id": 86,
            "person": 50193,
            "name": {
                "de": "Ausgezeichnete Lehrlingsausbilderin",
                "en": "excellent Apprentice Instructor"
            }
        },
        {
            "id": 87,
            "person": 50193,
            "name": {
                "de": "Diplomierte Lehrlingsausbilderin",
                "en": "Qualified Apprentice Instructor"
            }
        },
        {
            "id": 8,
            "person": 50802,
            "name": {
                "de": "Mentoring-Ausbildung",
                "en": "Mentor"
            }
        },
        {
            "id": 72,
            "person": 50821,
            "name": {
                "de": "Study Nurse",
                "en": "Study Nurse"
            }
        },
        {
            "id": 61,
            "person": 64875,
            "name": {
                "de": "Clinical Trial Specialist, Universitätslehrgang an der MUG",
                "en": "Clinical Trial Specialist, Postgraduate course at the MUG"
            }
        },
        {
            "id": 62,
            "person": 64875,
            "name": {
                "de": "EFQM-AssessorInnentraining an der MUG",
                "en": "EFQM-assessor training at the MUG"
            }
        },
        {
            "id": 65,
            "person": 64875,
            "name": {
                "de": "Systemmanagerin Qualität Ausbildung (Quality Austria)",
                "en": "System manager Quality (Quality Austria)"
            }
        },
        {
            "id": 63,
            "person": 64875,
            "name": {
                "de": "Interne AuditorInnenausbildung an der MUG",
                "en": "Internal Auditor, internal course at the MUG"
            }
        }
    ]
}