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=420
{ "count": 735, "next": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=440", "previous": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=400", "results": [ { "id": 609, "person": 92483, "name": { "de": "Seven strategies for scientists to communicate their research and create a brand", "en": "Elsevier Researcher Academy" } }, { "id": 612, "person": 92483, "name": { "de": "Schreibworkshop", "en": "Writing Scientific Papers in Englisch" } }, { "id": 614, "person": 92483, "name": { "de": "Beurteilung von Abschlussarbeiten", "en": "Grading degree thesis" } }, { "id": 611, "person": 92483, "name": { "de": "Karriereworkshop Allgemeinmedizin", "en": "Career workshop General Medicine" } }, { "id": 306, "person": 93279, "name": { "de": "EbM Kongress Berlin", "en": "EbM Congress Berlin" } }, { "id": 300, "person": 93279, "name": { "de": "Jürgen Barth Writing Workshop, Frankfurt ", "en": "Jürgen Barth Writing Workshop, Frankfurt " } }, { "id": 309, "person": 93279, "name": { "de": "Didaktik Werkstatt", "en": "Didactics workshop" } }, { "id": 457, "person": 93279, "name": { "de": "Österreichisches Ärztekammerdiplom für Substitutionsbehandlung", "en": "Austrian Medical Association Diploma for Substitution Treatment" } }, { "id": 549, "person": 93279, "name": { "de": "eDidactics - ein Fortbildungsprogramms der Steirischen Hochschulkonferenz für den Einsatz von Technologie in der Hochschullehre", "en": "eDidactics - a further education programme of the Styrian University Conference for the use of technology in university teaching" } }, { "id": 303, "person": 93279, "name": { "de": "Österreichisches Ärztekammer Diplom für Akupunktur ", "en": "Austrian Medical Association Diploma for Acupuncture" } }, { "id": 304, "person": 93279, "name": { "de": "Notarztdiplom", "en": "Emergency Physician Diploma" } }, { "id": 305, "person": 93279, "name": { "de": "Österreichisches Ärztekammerdiplom für Manuelle Medizin", "en": "Austrian Medical Association Diploma for Manual Medicine" } }, { "id": 773, "person": 82963, "name": { "de": "Didaktik-Werkstatt der steirischen Hochschulkonferenz", "en": "Didactics workshop series by Science Space Styria" } }, { "id": 308, "person": 93279, "name": { "de": "Preventing Overdiagnosis Congress", "en": "Preventing Overdiagnosis Congress" } }, { "id": 393, "person": 97866, "name": { "de": "Notarztausbildung", "en": "Emergency doctor training" } }, { "id": 377, "person": 96033, "name": { "de": "Notarztprüfung", "en": "emergency medical exam" } }, { "id": 360, "person": 100251, "name": { "de": "Deutscher Kongress für Versorgungsforschung in Berlin", "en": "German Congress for Health Services Research in Berlin" } }, { "id": 361, "person": 100251, "name": { "de": "Deutscher Kongress für Versorgungsforschung - online", "en": "German Congress for Health Services Research - online" } }, { "id": 362, "person": 100251, "name": { "de": "21. wissenschaftliche Tagung der Österreichische Gesellschaft für Public Health ", "en": "21st Scientific Conference of the Austrian Society for Public Health " } }, { "id": 501, "person": 100251, "name": { "de": "Deutscher Kongress für Versorgungsforschung - Potsdam", "en": "German Congress for Health Services Research - Potsdam" } } ] }