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=4520
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 4529,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=4500",
    "results": [
        {
            "id": 5898,
            "name": {
                "de": "CAR-T-Zelltherapie",
                "en": "CAR-T-Cell Therapy"
            },
            "person": 88593
        },
        {
            "id": 5899,
            "name": {
                "de": "Photodermatologie",
                "en": "Photodermatology"
            },
            "person": 122954
        },
        {
            "id": 5900,
            "name": {
                "de": "Kardiale Magnetresonanztomographie",
                "en": "Cardiac Magnet Resonance Imaging"
            },
            "person": 82516
        },
        {
            "id": 5901,
            "name": {
                "de": "Computational Modelling",
                "en": "Computational Modelling"
            },
            "person": 82516
        },
        {
            "id": 5902,
            "name": {
                "de": "Körpertemperatur & neonatales Temperaturmanagement",
                "en": "Body temperature & neonatal temperature management"
            },
            "person": 68534
        },
        {
            "id": 5903,
            "name": {
                "de": "Neurowissenschaften",
                "en": "Neuroscience"
            },
            "person": 125136
        },
        {
            "id": 5904,
            "name": {
                "de": "Neuroimmunologie",
                "en": "Neuroimmunology"
            },
            "person": 125136
        },
        {
            "id": 5905,
            "name": {
                "de": "Biomarker Forschung",
                "en": "Biomarker Research"
            },
            "person": 125136
        },
        {
            "id": 5906,
            "name": {
                "de": "Multiple Sklerose",
                "en": "Multiple Sclerosis"
            },
            "person": 125136
        }
    ]
}