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=1400
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=1420",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=1380",
    "results": [
        {
            "id": 242,
            "name": {
                "de": "Entzündliche Erkrankungen des PNS und ZNS",
                "en": "Inflammatory diseases of the PNS and CNS"
            },
            "person": 51987
        },
        {
            "id": 243,
            "name": {
                "de": "Liquordiagnostik",
                "en": "Diagnostic CSF analyses"
            },
            "person": 51987
        },
        {
            "id": 244,
            "name": {
                "de": "Neuroimmunologische Erkrankungen (MS, GBS, entzündliche Neuropathien)",
                "en": "Neuroimmunologic disorders (MS, GBS, inflammatory neuropathies)"
            },
            "person": 51987
        },
        {
            "id": 245,
            "name": {
                "de": "Neuronale Degenerationsmarker im Liquor",
                "en": "CSF markers of neuronal degeneration"
            },
            "person": 51987
        },
        {
            "id": 246,
            "name": {
                "de": "Wissenschaftliche Liquoranalysen",
                "en": "CSF research"
            },
            "person": 51987
        },
        {
            "id": 1442,
            "name": {
                "de": "Computergestüzte restaurative Zahnheilkunde",
                "en": "computerized dentistry"
            },
            "person": 51562
        },
        {
            "id": 2335,
            "name": {
                "de": "Alterszahnheilkunde",
                "en": "Gerodontology"
            },
            "person": 51562
        },
        {
            "id": 1999,
            "name": {
                "de": "Gerostomatologie",
                "en": "Gerostomatology"
            },
            "person": 51562
        },
        {
            "id": 2000,
            "name": {
                "de": "Restaurative Zahnheilkunde",
                "en": "Restorative Dentistry"
            },
            "person": 51562
        },
        {
            "id": 2074,
            "name": {
                "de": "Magnetresonanzangiografie MRA",
                "en": "Magnetic Resonance Angiography"
            },
            "person": 51914
        },
        {
            "id": 2075,
            "name": {
                "de": "Magnetresonanzvenografie MRV",
                "en": "Magnetic Resonance Venography"
            },
            "person": 51914
        },
        {
            "id": 2076,
            "name": {
                "de": "Interventionelle Radiologie IR",
                "en": "Interventional Radiology"
            },
            "person": 51914
        },
        {
            "id": 1989,
            "name": {
                "de": "Pathologie",
                "en": "Pathology"
            },
            "person": 50605
        },
        {
            "id": 1990,
            "name": {
                "de": "Krebsforschung",
                "en": "Cancer Research"
            },
            "person": 50605
        },
        {
            "id": 1987,
            "name": {
                "de": "Neuropathologie",
                "en": "Neuropathology"
            },
            "person": 50605
        },
        {
            "id": 1988,
            "name": {
                "de": "Biostatistik",
                "en": "Biostatistics"
            },
            "person": 50605
        },
        {
            "id": 3824,
            "name": {
                "de": "Viszerale Chirurgie",
                "en": "Minimal invasive surgery"
            },
            "person": 51734
        },
        {
            "id": 3829,
            "name": {
                "de": "Allgemeinchirurgie",
                "en": "General Surgery"
            },
            "person": 51734
        },
        {
            "id": 3830,
            "name": {
                "de": "Minimal invasive Chirurgie",
                "en": "Minimal invasive surgery"
            },
            "person": 51734
        },
        {
            "id": 3831,
            "name": {
                "de": "Koloproktologische Chirurgie",
                "en": "Coloproctological Surgery"
            },
            "person": 51734
        }
    ]
}