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=260
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=280",
    "previous": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=240",
    "results": [
        {
            "id": 528,
            "person": 83425,
            "name": {
                "de": "Absolvierung Fortbildungscurriculum Neurorehabilitation der Österreichischen Gesellschaft für Neurorehabilitation (OeGNR)",
                "en": "Neurorehabilitation Curriculum of the Austrian Society of Neurorehabilitation"
            }
        },
        {
            "id": 526,
            "person": 83425,
            "name": {
                "de": "Erfolgreiche Absolvierung der internationalen Zertifizierung für Neurosonographie der European Society of Neurosonology and Cerebral Hemodynamics (ESNCH)",
                "en": "International Certification in Neurosonology (Teaching Level) of the European Society of Neurosonology and Cerebral Hemodynamics (ESNCH)"
            }
        },
        {
            "id": 494,
            "person": 81051,
            "name": {
                "de": "Facharztausbildung zum Facharzt für Medizinische und Chemische Labordiagnostik ÄAO 2015",
                "en": "Speciality training in Laboratory Medicine"
            }
        },
        {
            "id": 197,
            "person": 84167,
            "name": {
                "de": "Karriereprogramm für Wissenschaftlerinnen 2021- Kompetenzen, Strategien und Netzwerke",
                "en": "Career program for women scientists 2021 - skills, strategies and networks"
            }
        },
        {
            "id": 96,
            "person": 87054,
            "name": {
                "de": "Ausbildung zum klinischen Monitor",
                "en": "Training for clinical monitoring"
            }
        },
        {
            "id": 68,
            "person": 87054,
            "name": {
                "de": "Universitätslehrgang Clinical Trial Specialist",
                "en": "Post Graduate Course Clinical Trial Specialist"
            }
        },
        {
            "id": 95,
            "person": 87054,
            "name": {
                "de": "Universitätslehrgang Diabetes Care",
                "en": "Post Graduate Course Diabetes Care"
            }
        },
        {
            "id": 211,
            "person": 59858,
            "name": {
                "de": "Observership für Roboter-assistierte urologische Chirurgie, Universitätsklinikum Göttingen, Deutschland (09/21).",
                "en": "Observership for robotic-assited urological surgery, Uniersity of Goettingen, Germany (09/21)"
            }
        },
        {
            "id": 212,
            "person": 59858,
            "name": {
                "de": "DFP Diplom für Geriatrie\r\n",
                "en": "Diploma by the Austrian chamber of doctors for geriatrics and palliative care"
            }
        },
        {
            "id": 213,
            "person": 59858,
            "name": {
                "de": "DFP Diplom für Palliativmedizin",
                "en": "diploma for palliative care"
            }
        },
        {
            "id": 545,
            "person": 59858,
            "name": {
                "de": "Observership für Roboter-assistierte urologische Chirurgie, Stuttgart, Deutschland ",
                "en": "Observership für robotic urological surgery, Stuttgart, Germany"
            }
        },
        {
            "id": 546,
            "person": 59858,
            "name": {
                "de": "Robotisches Training (Nierenteilresektion), Lyon, Frankreich",
                "en": "Robotic urological traning (partial nephrectomy), Lyon, France"
            }
        },
        {
            "id": 148,
            "person": 59876,
            "name": {
                "de": "Langzeit EKG Diplom - AG Rhythmologie der Österr. Kardiologische Gesellschaft\r\n",
                "en": "Diploma for Holter ECG Monitoring - Austrian Society for Cardiology"
            }
        },
        {
            "id": 151,
            "person": 59876,
            "name": {
                "de": "Zertifikat NADA Therapeut - NADA Austria\r\nCertificate in NADA Therapy",
                "en": "Certified NADA Therapist"
            }
        },
        {
            "id": 152,
            "person": 59876,
            "name": {
                "de": "Notarztdiplom der österreichischen Ärztekammer",
                "en": "Diploma in Emergency Medicine"
            }
        },
        {
            "id": 146,
            "person": 59876,
            "name": {
                "de": "Zertifikat \"Herzschrittmachertherapie\" - Österreichische Ärztekammer",
                "en": "Certification Pacemaker Therapy - Austrian Medical Chamber"
            }
        },
        {
            "id": 147,
            "person": 59876,
            "name": {
                "de": "Universitätslehrgang \"Practitioner in Medical Simulation\"\r\n",
                "en": "Practitioner in Medical Simulation - PostDoc education "
            }
        },
        {
            "id": 149,
            "person": 59876,
            "name": {
                "de": "Herzschrittmacher Curriculum - AG Rhythmologie der Österr. Kardiologischen Gesellschaft\r\n",
                "en": "Pacemaker Curriculum - Austrian Society for Cardiology"
            }
        },
        {
            "id": 150,
            "person": 59876,
            "name": {
                "de": "Ernährungsmedizindiplom der österreichischen Ärztekammer\r\n",
                "en": "Diploma \"Nutrition in Medicine\""
            }
        },
        {
            "id": 297,
            "person": 51117,
            "name": {
                "de": "EbM-Kongresse in Berlin, Basel, Lübeck und Graz ",
                "en": "EbM-Kongresse in Berlin, Basel, Lübeck und Graz "
            }
        }
    ]
}