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=1220
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 4618,
    "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=1240",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=1200",
    "results": [
        {
            "id": 1340,
            "name": {
                "de": "Palliative Tumortherapie",
                "en": "Palliative Tumor therapy"
            },
            "person": 50145
        },
        {
            "id": 1321,
            "name": {
                "de": "Internationale klinische Multicenter-Studien",
                "en": "International clinical multicenter-studies"
            },
            "person": 50145
        },
        {
            "id": 1322,
            "name": {
                "de": "Onkochirurgie",
                "en": "Oncological surgery"
            },
            "person": 50145
        },
        {
            "id": 1311,
            "name": {
                "de": "Hyperbare Oxygenierung ",
                "en": "Hyperbaric Oxygen"
            },
            "person": 50145
        },
        {
            "id": 1312,
            "name": {
                "de": "Photodyname Therapie (PDT) ",
                "en": "Photodynamic Therapy (PDT)"
            },
            "person": 50145
        },
        {
            "id": 1313,
            "name": {
                "de": "Klinische Studien unter HBO-Bedingungen ",
                "en": "Clinical studies under hyperbaric oxygen"
            },
            "person": 50145
        },
        {
            "id": 1314,
            "name": {
                "de": "Thoraxchirurgie und Hyperbare Chirurgie ",
                "en": "Thoracic and hyperbaric surgery"
            },
            "person": 50145
        },
        {
            "id": 1315,
            "name": {
                "de": "VAC-Therapie ",
                "en": "VAC therapy"
            },
            "person": 50145
        },
        {
            "id": 1319,
            "name": {
                "de": "MEDOCS/LKF",
                "en": "MEDOCS/LKF"
            },
            "person": 50145
        },
        {
            "id": 1324,
            "name": {
                "de": "Thoraxchirurgische Onkologie",
                "en": "Oncology in thoracic surgery"
            },
            "person": 50145
        },
        {
            "id": 1326,
            "name": {
                "de": "Onkologische Immunologie",
                "en": "Oncologic immunology"
            },
            "person": 50145
        },
        {
            "id": 1339,
            "name": {
                "de": "Minimalinvasive Thoraxchirurgie (VATS)",
                "en": "Video Assisted Thoracic Surgery (VATS)"
            },
            "person": 50145
        },
        {
            "id": 2201,
            "name": {
                "de": "Subkutane Insulin Zufuhr und Glukose Messung am selben Ort",
                "en": "Subcutaneous Insulin Delivery and Glucose Measurement at the same site"
            },
            "person": 57558
        },
        {
            "id": 2202,
            "name": {
                "de": "Studienkoordination",
                "en": "Study Coordination"
            },
            "person": 57558
        },
        {
            "id": 1744,
            "name": {
                "de": "Stoffwechsel",
                "en": "Metabolism"
            },
            "person": 57558
        },
        {
            "id": 1745,
            "name": {
                "de": "Microdialysekathetertechnik ",
                "en": "Microdialysis catheter technique"
            },
            "person": 57558
        },
        {
            "id": 1746,
            "name": {
                "de": "Open Flow Mikroperfusion (OFM) Kathetertechnik",
                "en": "Open Flow Microperfusion (OFM) catheter technique"
            },
            "person": 57558
        },
        {
            "id": 1747,
            "name": {
                "de": "Hyperinsulinämische / Euglykämische Clamps",
                "en": "Hyperinsulinemic / Euglycemic Clamps"
            },
            "person": 57558
        },
        {
            "id": 1949,
            "name": {
                "de": "Krebsforschung",
                "en": "Cancer Research"
            },
            "person": 51349
        },
        {
            "id": 1950,
            "name": {
                "de": "Onkologie",
                "en": "Oncology"
            },
            "person": 51349
        }
    ]
}