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
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 709,
    "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": 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"
            }
        },
        {
            "id": 214,
            "person": 101484,
            "name": {
                "de": "Clinical Trial Specialist",
                "en": "Clinical Trial Specialist"
            }
        },
        {
            "id": 215,
            "person": 101484,
            "name": {
                "de": "Qualitätsbeauftragte TÜV Zertifizierung ",
                "en": "Qualitymanagement, TÜV certified "
            }
        },
        {
            "id": 201,
            "person": 104612,
            "name": {
                "de": "Course: Principles and Techniques for Improving Preclinical Translation in Alzheimer's Disease,  The Jackson Laboratory (organizer), April 26,2021",
                "en": "Course: Principles and Techniques for Improving Preclinical Translation in Alzheimer's Disease,  The Jackson Laboratory (organizer), April 26,2021"
            }
        },
        {
            "id": 466,
            "person": 94962,
            "name": {
                "de": "Österr. Ärztekammer - Notarzt Diplom",
                "en": "Austrian Medical Association - Emergency Doctor Diploma"
            }
        }
    ]
}