Education List
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=340
{ "count": 735, "next": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=360", "previous": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=320", "results": [ { "id": 686, "person": 125854, "name": { "de": "Einführung in Deep Learning", "en": "Introduction to Deep Learning" } }, { "id": 274, "person": 98300, "name": { "de": "Trainingskurs für Gefäßnahttechniken, Zermatt, Schweiz", "en": "Practical Course Vascular Surgery, Zermatt, Switzerland\r\nAreas of Focus: Surgical training in vascular surgery" } }, { "id": 279, "person": 98300, "name": { "de": "Führungscurriculum 2018, Führungsinitiative der Medical Science City Graz Medizinische Universität Graz, Österreich\r\nModule: Auftrag & IST-Analyse, Strategie und Führung, Alles was Recht ist, Change, Kommunikation, Dynamics, Kooperation", "en": "Leadership Curriculum 2018, Leadership initiative of Medical Science City Graz Medical University of Graz, Austria\r\nModules: order & actual analysis, strategy and leadership, everything that is right, change, communication, dynamics, cooperation" } }, { "id": 484, "person": 100035, "name": { "de": "Fortbildung zum Thema \"Organisation von Online-Seminaren\"", "en": "Training in the topic \"Organisation von Online-Seminaren\"" } }, { "id": 486, "person": 100035, "name": { "de": "PhD supervision induction course", "en": "PhD supervision induction course" } }, { "id": 477, "person": 100035, "name": { "de": "Microbiology of the Built Environment workshop (QIIME-QIITA-VAMPS workshop) an der UC Davis, CA, USA", "en": "Microbiology of the Built Environment workshop (QIIME-QIITA-VAMPS workshop) at UC Davis, CA, USA" } }, { "id": 483, "person": 100035, "name": { "de": "Fortbildung zum Thema \"ONLINE and ON AIR professionell kommunizieren\"", "en": "Training in the topic \"ONLINE and ON AIR professionell kommunizieren\"" } }, { "id": 476, "person": 100035, "name": { "de": "MoBE: Early Career Workshop for the Microbiology of the Built Environment am Department of Surgery der University of Chicago, IL, USA", "en": "MoBE: Early Career Workshop for the Microbiology of the Built Environment at the Department of Surgery, University of Chicago, IL, USA" } }, { "id": 478, "person": 100035, "name": { "de": "Fortbildung zum Thema \"Managing Conflict\"", "en": "Training in the topic \"Managing Conflict\"" } }, { "id": 480, "person": 100035, "name": { "de": "Fortbildung zum Thema \"Rhetorik für Gespräche und Meetings\"", "en": "Training in the topic \"Rhetorik für Gespräche und Meetings\"" } }, { "id": 479, "person": 100035, "name": { "de": "Fortbildung zum Thema \"Effective Scientific Writing in English\"", "en": "Training in the topic \"Effective Scientific Writing in English\"" } }, { "id": 481, "person": 100035, "name": { "de": "Fortbildung zum Thema \"Stimmtraining\"", "en": "Training in the topic \"Stimmtraining\"" } }, { "id": 482, "person": 100035, "name": { "de": "Fortbildung zum Thema \"Grundlagen des Projektmanagements\"", "en": "Training in the topic \"Basics in project management\"" } }, { "id": 485, "person": 100035, "name": { "de": "Fortbildung zum Thema \"Effizientes Zeit -und Selbstmanagement\"", "en": "Training in the topic \"Effizientes Zeit -und Selbstmanagement\"" } }, { "id": 475, "person": 100035, "name": { "de": "Microbial Genomics and Metagenomics Workshop am DOE JGI (Joint Genome Institute), Walnut Creek, CA, USA", "en": "Microbial Genomics and Metagenomics Workshop at DOE JGI (Joint Genome Institute), Walnut Creek, CA, USA" } }, { "id": 598, "person": 100035, "name": { "de": "Fortbildung zum Thema \"Software Carpentries Workshop\", TU Graz", "en": "Training in the topic \"Software Carpentries Workshop\", TU Graz" } }, { "id": 600, "person": 100035, "name": { "de": "Fortbilung zum Thema \"Statistik 1 und 2\", MedUni Graz", "en": "Training in the topic \"Statistics 1 and 2\", MedUni Graz" } }, { "id": 601, "person": 100035, "name": { "de": "Fortbildung zum Thema \"Forschungsdatenmanagement\", MedUni Graz", "en": "Training in the topic \"Research data management\", MedUni Graz" } }, { "id": 602, "person": 100035, "name": { "de": "Fortbildung zum Thema \"Arbeiten in einem multikulturellen Team\", MedUni Graz", "en": "Training in the topic \"Working in a multicultural team\", MedUni Graz" } }, { "id": 599, "person": 100035, "name": { "de": "Fortbilung zum Thema \"Long read sequencing\", Novogene", "en": "Training in the topic \"Long read sequencing\", Novogene" } } ] }