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=160
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 708,
    "next": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=180",
    "previous": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=140",
    "results": [
        {
            "id": 100,
            "person": 54181,
            "name": {
                "de": "BSc in Biomedizinischer Analytik, FH Joanneum, Graz",
                "en": "BSc in “Biomedical Science”, FH Joanneum, Graz"
            }
        },
        {
            "id": 106,
            "person": 51870,
            "name": {
                "de": "Qualitätsmanagement nach ISO 15189:2014",
                "en": "Quality Management according to ISO 15189:2014"
            }
        },
        {
            "id": 103,
            "person": 51870,
            "name": {
                "de": "Qualitätsmanagement nach ISO 9001 und ISO 20387",
                "en": "Quality Management according to ISO 9001 and ISO 20387"
            }
        },
        {
            "id": 104,
            "person": 51870,
            "name": {
                "de": "Internal Auditor ISO 15189",
                "en": "Internal Auditor ISO 15189"
            }
        },
        {
            "id": 105,
            "person": 51870,
            "name": {
                "de": "Implementing Biomedizinischer Forschungsprojekte:\r\nDer komplette Ablauf von der Konzeption über ELSI, Privatsphäre/Datenschutz bis High-Quality Biobanking",
                "en": "Implementing Biomedical Research Projects:\r\nThe Complete Workflow from Concept, ELSI and Privacy Considerations to High-Quality Biobanking"
            }
        },
        {
            "id": 317,
            "person": 50853,
            "name": {
                "de": "Interprofessioneller Basislehrgang Palliative Care\r\nÖÄK Zertifikat Palliativmedizin",
                "en": "Interprofessional Curriculum Palliative Care"
            }
        },
        {
            "id": 318,
            "person": 50853,
            "name": {
                "de": "AUB Zertifikat Urogynäkologie",
                "en": "Urogynecology Diploma"
            }
        },
        {
            "id": 319,
            "person": 50853,
            "name": {
                "de": "ÖÄK Zertifikat Basismodul Sexualmedizin",
                "en": "Diploma Sexual Medicine "
            }
        },
        {
            "id": 320,
            "person": 50853,
            "name": {
                "de": "Kolposkopiediplom",
                "en": "Colposcopy Diploma"
            }
        },
        {
            "id": 551,
            "person": 51657,
            "name": {
                "de": "Fortbildungsdiplom der Österreichischen Ärztekammer",
                "en": "Educational diploma of the Austrian Chamber of Physicians"
            }
        },
        {
            "id": 552,
            "person": 51657,
            "name": {
                "de": "Erneuerung des Fortbildungsdiplom der Österreichischen Ärztekammer",
                "en": "Renewal of the educational diploma of the Austrian Chamber of Physicians"
            }
        },
        {
            "id": 389,
            "person": 50448,
            "name": {
                "de": "ÖÄK Diplom \"Spezielle Schmerztherapie\"",
                "en": "Diploma by the Austrian Chamber of Physicians \"Special Pain Therapy\""
            }
        },
        {
            "id": 347,
            "person": 50448,
            "name": {
                "de": "Abschluss postgraduelle Ausbildung zum \"Master of Science (MSc) Orthopädie\", Donau Universität Krems",
                "en": "Completion of the postdoctoral educational programme \"Master of Science (MSc) Orthopaedics\", Danube University Krems"
            }
        },
        {
            "id": 49,
            "person": 60745,
            "name": {
                "de": "Masterlehrgang \"Biomedizinische Analytik\" (FH Campus Wien)",
                "en": "Master of Science in Biomedical Sciences (FH Campus Vienna)"
            }
        },
        {
            "id": 339,
            "person": 60261,
            "name": {
                "de": "ÖÄK Diplom \"Spezielle Schmerzmedizin\"",
                "en": "Postgraduate Diploma \"Pain Medicine\""
            }
        },
        {
            "id": 340,
            "person": 60261,
            "name": {
                "de": "ÖÄK Dipom \"psychosoziale Medizin\"",
                "en": "Postgraduate Diploma \"psychosocial Medicine\""
            }
        },
        {
            "id": 341,
            "person": 60261,
            "name": {
                "de": "ÖÄK Diplom \"orale Substitutionsbehandlung\"",
                "en": "Postgraduate Diploma \"Substitution Therapy\""
            }
        },
        {
            "id": 342,
            "person": 60261,
            "name": {
                "de": "ÖÄK Diplom \"Notarzt\"",
                "en": "Postgraduate Diploma \"Emergency Medicine\""
            }
        },
        {
            "id": 343,
            "person": 60261,
            "name": {
                "de": "Universitätslehrgang \"Klinischer Prüfarzt\", Medizinische Universität Graz",
                "en": "Universtiy Course \"Clinical trial principal investigator\""
            }
        },
        {
            "id": 54,
            "person": 59231,
            "name": {
                "de": "Clinical Trial Specialist",
                "en": "Clinical Trial Specialist"
            }
        }
    ]
}