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=460
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 735,
    "next": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=480",
    "previous": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=440",
    "results": [
        {
            "id": 603,
            "person": 95708,
            "name": {
                "de": "Doktoratstudium an der Medizinischen Universität Graz (Dr.sci.med.)",
                "en": "I am studying at the Medical University of Graz for a doctoral degree in medical sciences."
            }
        },
        {
            "id": 349,
            "person": 100095,
            "name": {
                "de": "Zertifizierte Junior Projektmanagerin IPMA Level D, Project Management Austria (pma)",
                "en": "Certified Junior Project Manager IPMA Level D, Project Management Austria (pma)"
            }
        },
        {
            "id": 352,
            "person": 100095,
            "name": {
                "de": "Gesundheitskompetenz und deren Bedeutung für die Selbsthilfe, Selbsthilfe Steiermark",
                "en": "Health literacy and their importance for self-help, Selbsthilfe Steiermark"
            }
        },
        {
            "id": 351,
            "person": 100095,
            "name": {
                "de": "Symposium \"Interprofessionalität in der Primärversorgung\" an der Medizinischne Universität Graz",
                "en": "Symposium \"Interprofessionality in Primary Care\", Medical University of Graz, Austria"
            }
        },
        {
            "id": 539,
            "person": 100095,
            "name": {
                "de": "EbM-Kongresse in Potsdam, Berlin, Basel und Graz",
                "en": "Congresses of evidence-based medicine in Potsdam, Berlin, Basel and Graz"
            }
        },
        {
            "id": 619,
            "person": 100095,
            "name": {
                "de": "Workshop Texte gut lesbar und laienverständlich aufbereiten, Capito, Graz",
                "en": "Workshop on how to make texts easy to read and understand for lay people, Capito, Graz"
            }
        },
        {
            "id": 628,
            "person": 100095,
            "name": {
                "de": "Weiterbildung in „Positive Leadership\", Medizinische Universität Graz",
                "en": "Positive Leadership, Medical University of Graz"
            }
        },
        {
            "id": 616,
            "person": 100095,
            "name": {
                "de": "Workshop \"Writing a journal article and getting it published“, Kurskonzept von Tim Albert für wissenschaftliches Schreiben, Institut für Allgemeinmedizin und evidenzbasierte Versorgungsforschung, Graz ",
                "en": "Workshop „Writing a journal article and getting it published\", course concept for scientific writing by Tim Albert, Institute of General Practice and Evidence-based Health Services Research, Graz"
            }
        },
        {
            "id": 617,
            "person": 100095,
            "name": {
                "de": "Statistikkurs, Medizinische Universität Graz",
                "en": "Statistics course, Medical University of Graz"
            }
        },
        {
            "id": 618,
            "person": 100095,
            "name": {
                "de": "Good Clinical Practice (GCP) Refresher Kurs, Koordinierungszentrum für Klinische Studien, Medizinische Universität Graz",
                "en": "Good Clinical Practice (GCP) Refresher Course, Clinical Trials Coordination Centre, Medical University of Graz"
            }
        },
        {
            "id": 620,
            "person": 100095,
            "name": {
                "de": "Good Clinical Practice Universitätslehrgang, Medizinische Universität Graz",
                "en": "Good Clinical Practice University program, Medical University of Graz"
            }
        },
        {
            "id": 408,
            "person": 100384,
            "name": {
                "de": "Online Zertifizierung Integrierte Versorgung",
                "en": "Online Certificate Integrated Care"
            }
        },
        {
            "id": 182,
            "person": 100364,
            "name": {
                "de": "Masterclass: Transformational Leadership",
                "en": "Masterclass: Transformational Leadership"
            }
        },
        {
            "id": 184,
            "person": 100364,
            "name": {
                "de": "IT Infrastructure Library (ITIL) Version 3 Foundation (Version 2011)",
                "en": "IT Infrastructure Library (ITIL) Version 3 Foundation (Version 2011)"
            }
        },
        {
            "id": 185,
            "person": 100364,
            "name": {
                "de": "Information Security Foundation based on ISO/IEC 270002",
                "en": "Information Security Foundation based on ISO/IEC 270002"
            }
        },
        {
            "id": 183,
            "person": 100364,
            "name": {
                "de": "The Rational IT Model (TRIM) Foundation",
                "en": "The Rational IT Model (TRIM) Foundation"
            }
        },
        {
            "id": 192,
            "person": 100296,
            "name": {
                "de": "Genetikdiplom der österreichischen Ärtzekammer",
                "en": "Diploma \"Genetics\""
            }
        },
        {
            "id": 193,
            "person": 100296,
            "name": {
                "de": "Langzeit EKG Diplom - AG Rhythmologie der Österr. Kardiologische Gesellschaft",
                "en": "Diploma for Holter ECG Monitoring - Austrian Society for Cardiology"
            }
        },
        {
            "id": 191,
            "person": 100296,
            "name": {
                "de": "Notarztdiplom der österreichischen Ärztekammer",
                "en": "Diploma in Emergency Medicine"
            }
        },
        {
            "id": 284,
            "person": 111567,
            "name": {
                "de": "MCB63x, Principles of Biochemistry (HarvardX)",
                "en": "MCB63x, Principles of Biochemistry (HarvardX)\r\n"
            }
        }
    ]
}