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=3260
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 4559,
    "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=3280",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=3240",
    "results": [
        {
            "id": 4505,
            "name": {
                "de": "strukturelles und funktionelles MRT",
                "en": "structural and functional MRI"
            },
            "person": 79693
        },
        {
            "id": 4506,
            "name": {
                "de": "Resting State, Brain Connectivity",
                "en": "Resting State, Brain Connectivity"
            },
            "person": 79693
        },
        {
            "id": 4507,
            "name": {
                "de": "Statistik",
                "en": "Statistics"
            },
            "person": 79693
        },
        {
            "id": 3327,
            "name": {
                "de": "Psychiatrie",
                "en": "Psychiatry"
            },
            "person": 79771
        },
        {
            "id": 3328,
            "name": {
                "de": "Bipolare Störung",
                "en": "Bipolar Disorder"
            },
            "person": 79771
        },
        {
            "id": 3329,
            "name": {
                "de": "Genetik",
                "en": "Genetics"
            },
            "person": 79771
        },
        {
            "id": 4004,
            "name": {
                "de": "Immunologie",
                "en": "Immunology "
            },
            "person": 79591
        },
        {
            "id": 4005,
            "name": {
                "de": "Pharmakologie",
                "en": "Pharmacology"
            },
            "person": 79591
        },
        {
            "id": 4006,
            "name": {
                "de": "Zellkultur",
                "en": "Cell culture"
            },
            "person": 79591
        },
        {
            "id": 3382,
            "name": {
                "de": "Neonataler Intensivtransport",
                "en": "Neonatal transport"
            },
            "person": 79516
        },
        {
            "id": 3383,
            "name": {
                "de": "Neugeborenenreanimation",
                "en": "Neonatal resuscitation"
            },
            "person": 79516
        },
        {
            "id": 3384,
            "name": {
                "de": "Nahinfrarotspektroskopie",
                "en": "Near-infrared spectroscopy"
            },
            "person": 79516
        },
        {
            "id": 5289,
            "name": {
                "de": "Pleura- und Lungensonografie (Point-of-care Ultraschall)",
                "en": "Lung ultrasonography (Point-of-care ultrasonography)"
            },
            "person": 79516
        },
        {
            "id": 5288,
            "name": {
                "de": "Gefäßzugänge beim Neugeborenen",
                "en": "Vascular access in the newborn"
            },
            "person": 79516
        },
        {
            "id": 4682,
            "name": {
                "de": "Präklinische Notfallmedizin",
                "en": "Prehospital emergency medicine"
            },
            "person": 79516
        },
        {
            "id": 4683,
            "name": {
                "de": "Neonatale Adaptation",
                "en": "Neonatal transition"
            },
            "person": 79516
        },
        {
            "id": 4684,
            "name": {
                "de": "Zerebrales Blutvolumen",
                "en": "Cerebral blood volume"
            },
            "person": 79516
        },
        {
            "id": 5343,
            "name": {
                "de": "Kongenitale Zwerchfellhernie",
                "en": "Congenital diaphragmatic hernia"
            },
            "person": 79516
        },
        {
            "id": 5290,
            "name": {
                "de": "(Nicht-)invasive Beatmung des Neugeborenen",
                "en": "(Non-)invasive ventilation of the neonate"
            },
            "person": 79516
        },
        {
            "id": 3861,
            "name": {
                "de": "Schmerztherapie",
                "en": "pain therapy"
            },
            "person": 78611
        }
    ]
}