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=160
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 4566,
    "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=180",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=140",
    "results": [
        {
            "id": 363,
            "name": {
                "de": "Viszeraler Schmerz, viszerale Hyperalgesie, neurogene Entzündung",
                "en": "Visceral pain, visceral hyperalgesia, neurogenic inflammation"
            },
            "person": 51529
        },
        {
            "id": 1826,
            "name": {
                "de": "Neurobiologie von Ängstlichkeit und Depression",
                "en": "Neurobiology of anxiety and depression"
            },
            "person": 51529
        },
        {
            "id": 1827,
            "name": {
                "de": "Neurobiologie von stress-bedingten Syndromen",
                "en": "Neurobiology of stress disorders"
            },
            "person": 51529
        },
        {
            "id": 3729,
            "name": {
                "de": "Interaktives Maschinelles Lernen",
                "en": "Interactive machine learning"
            },
            "person": 51050
        },
        {
            "id": 4706,
            "name": {
                "de": "Künstliche Intelligenz (KI)",
                "en": "Artificial Intelligence (AI)"
            },
            "person": 51050
        },
        {
            "id": 4707,
            "name": {
                "de": "Interpretierbare KI",
                "en": "Explainable AI"
            },
            "person": 51050
        },
        {
            "id": 4909,
            "name": {
                "de": "Entscheidungsunterstützung",
                "en": "Decision Support"
            },
            "person": 51050
        },
        {
            "id": 5365,
            "name": {
                "de": "Vertrauenswürdige Künstliche Intelligenz",
                "en": "Trustworthy Artificial Intelligence"
            },
            "person": 51050
        },
        {
            "id": 5367,
            "name": {
                "de": "Human-in-the-Loop",
                "en": "Human-in-the-Loop"
            },
            "person": 51050
        },
        {
            "id": 5366,
            "name": {
                "de": "Human-Centred AI",
                "en": "Human-Centered AI"
            },
            "person": 51050
        },
        {
            "id": 2375,
            "name": {
                "de": "Parkinson",
                "en": "Parkinson"
            },
            "person": 51959
        },
        {
            "id": 2376,
            "name": {
                "de": "Bewegungsstörungen",
                "en": "Movement disorders"
            },
            "person": 51959
        },
        {
            "id": 2377,
            "name": {
                "de": "Schlaf",
                "en": "Sleep"
            },
            "person": 51959
        },
        {
            "id": 3579,
            "name": {
                "de": "Gesundheitswissenschaft",
                "en": "Public Health"
            },
            "person": 51959
        },
        {
            "id": 18,
            "name": {
                "de": "Spektrale Analyse von Häm-Proteinen",
                "en": "Spectral Analysis of Heme-Proteins"
            },
            "person": 51820
        },
        {
            "id": 19,
            "name": {
                "de": "Lipometer",
                "en": "Lipometer"
            },
            "person": 51820
        },
        {
            "id": 20,
            "name": {
                "de": "Verteilung der subkutanen Fettschichtdicke",
                "en": "Distribution of subcutenous adipose tissue"
            },
            "person": 51820
        },
        {
            "id": 21,
            "name": {
                "de": "Diagnose des Hormonstatus",
                "en": "Diagnosis of hormonal status"
            },
            "person": 51820
        },
        {
            "id": 1223,
            "name": {
                "de": "Phospholipidmetabolismus",
                "en": "metabolism of phospholipids"
            },
            "person": 50712
        },
        {
            "id": 1224,
            "name": {
                "de": "Fettgewebe (Zellkultur)",
                "en": "adipose tissue (cell culture)"
            },
            "person": 50712
        }
    ]
}