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=700
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 708,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=680",
    "results": [
        {
            "id": 764,
            "person": 125094,
            "name": {
                "de": "Mixed-Methods Research",
                "en": "Mixed-Methods Research"
            }
        },
        {
            "id": 765,
            "person": 133141,
            "name": {
                "de": "Baden-Württemberg Zertifikat für Hochschuldidaktik in der Medizin",
                "en": "Baden-Württemberg Certificate of University didactics in medicine"
            }
        },
        {
            "id": 766,
            "person": 133141,
            "name": {
                "de": "Medizindidaktische Qualifikation I und II (Baden-Württemberg)\r\n",
                "en": "University didactics in medicine I and II (Baden-Württemberg)"
            }
        },
        {
            "id": 767,
            "person": 97931,
            "name": {
                "de": "Elettra Synchrotron, Trieste – Scientific visit",
                "en": "Elettra Synchrotron, Trieste – Scientific visit"
            }
        },
        {
            "id": 287,
            "person": 62926,
            "name": {
                "de": "Teilnahme an mehreren Herbstsymposien des Institutes für Qualität und Wirtschaftlichkeit im Gesundheitswesen (IQWiG), Köln",
                "en": "Several autumn symposia on current and controversial aspects (epidemiological, health economic, legal) in medicine and health policy, organized by the Institute for Quality and Efficiency in Health Care (IQWiG), Cologne, Germany"
            }
        },
        {
            "id": 290,
            "person": 62926,
            "name": {
                "de": "EbM-Kongresse in Berlin (3), Salzburg, Hamburg (2), Halle, Köln, Graz, Freiburg",
                "en": "A total of 10 international annual scientific congresses of the German Network for Evidence Based Medicine (DNEbM), Germany/Austria"
            }
        },
        {
            "id": 769,
            "person": 62926,
            "name": {
                "de": "Symposium „Integrität in der Wissenschaft – gemeinsam gegen Betrug“, Cochrane Deutschland Stiftung, Freiburg/Deutschland",
                "en": "Symposium \"Integrity in science – together against fraud\", Cochrane Germany Foundation, Freiburg/Germany"
            }
        },
        {
            "id": 770,
            "person": 125094,
            "name": {
                "de": "Creating a Theory of Change and Logic Model",
                "en": "Creating a Theory of Change and Logic Model"
            }
        }
    ]
}