List expertise.

Expertise of a person.

Fields

id (integer)

Primary key.

name (object)

Names of expertise, defined by language.

person (integer)

Foreign key to campusonline/person this expertise 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/expertise/?format=api&offset=860
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 4613,
    "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=880",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=840",
    "results": [
        {
            "id": 969,
            "name": {
                "de": "Endothelzell Progenitor Biologie",
                "en": "endothelial progenitor cell biology"
            },
            "person": 51900
        },
        {
            "id": 970,
            "name": {
                "de": "Hämatopoetische Stammzelltransplantation",
                "en": "hematopoietic stem cell transplantation"
            },
            "person": 51900
        },
        {
            "id": 971,
            "name": {
                "de": "Zellkultur",
                "en": "cell culture"
            },
            "person": 51900
        },
        {
            "id": 2839,
            "name": {
                "de": "Lehrforschung: Curriculumsentwicklung, Lernzielkataloge, QM, Famulaturen Innere Medizin, Studienplan",
                "en": "Educational Research: Curricular Development, catalogue of learning objectives, QM"
            },
            "person": 51745
        },
        {
            "id": 2840,
            "name": {
                "de": "Geriatrie und Gerontologie: Frailty",
                "en": "Geriatrics und Gerontology: Frailty"
            },
            "person": 51745
        },
        {
            "id": 3823,
            "name": {
                "de": "Lehrforschung: Assessment und Qualitätssicherungssysteme",
                "en": "Educational Research: Assessment and Quality Management"
            },
            "person": 51745
        },
        {
            "id": 2550,
            "name": {
                "de": "Innere Medizin",
                "en": "Internal Medicine"
            },
            "person": 51815
        },
        {
            "id": 2551,
            "name": {
                "de": "Nephrologie",
                "en": "Nephrology"
            },
            "person": 51815
        },
        {
            "id": 2552,
            "name": {
                "de": "Nierenersatztherapie",
                "en": "Renal replacement therapy"
            },
            "person": 51815
        },
        {
            "id": 2553,
            "name": {
                "de": "Peritoneladialyse",
                "en": "Peritoneal dialysis"
            },
            "person": 51815
        },
        {
            "id": 2554,
            "name": {
                "de": "Oxidativer Stress und chronische Entzündung",
                "en": "Oxidative stress and chronic inflammation"
            },
            "person": 51815
        },
        {
            "id": 261,
            "name": {
                "de": "Forschung mit Magnetresonanztomographie",
                "en": "Research into magnetic resonance imaging"
            },
            "person": 51279
        },
        {
            "id": 188,
            "name": {
                "de": "Elektrophysiologie",
                "en": "Electrophysiology"
            },
            "person": 51160
        },
        {
            "id": 189,
            "name": {
                "de": "Fluoreszenz Mikroskopie",
                "en": "Fluorescence microscopy"
            },
            "person": 51160
        },
        {
            "id": 190,
            "name": {
                "de": "Patch-clamp Methoden",
                "en": "Patch-clamp methods"
            },
            "person": 51160
        },
        {
            "id": 2370,
            "name": {
                "de": "Psychiatrie",
                "en": "Psychiatry"
            },
            "person": 50097
        },
        {
            "id": 2371,
            "name": {
                "de": "Psychotherapeutische Medizin",
                "en": "Psychotherapeutic Medicine"
            },
            "person": 50097
        },
        {
            "id": 4001,
            "name": {
                "de": "Zahnärztliche Chirurgie",
                "en": "Oral surgery"
            },
            "person": 58023
        },
        {
            "id": 4859,
            "name": {
                "de": "Lehre in der Zahnmedizin",
                "en": "Dental Education"
            },
            "person": 58023
        },
        {
            "id": 4689,
            "name": {
                "de": "Orale Chirurgie",
                "en": "Oral surgery"
            },
            "person": 58023
        }
    ]
}