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=1620
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 4685,
    "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=1640",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=1600",
    "results": [
        {
            "id": 2314,
            "name": {
                "de": "Holländisch",
                "en": "Dutch"
            },
            "person": 51828
        },
        {
            "id": 2315,
            "name": {
                "de": "Musik",
                "en": "Music"
            },
            "person": 51828
        },
        {
            "id": 2316,
            "name": {
                "de": "Sondenentwöhnung",
                "en": "tube-weaning"
            },
            "person": 51828
        },
        {
            "id": 399,
            "name": {
                "de": "Zahntraumatologie",
                "en": "Dental traumatology"
            },
            "person": 51841
        },
        {
            "id": 400,
            "name": {
                "de": "Endodontie",
                "en": "Endodontics"
            },
            "person": 51841
        },
        {
            "id": 401,
            "name": {
                "de": "Zahnmedizinische Propädeutik",
                "en": "Dental basic knowledge"
            },
            "person": 51841
        },
        {
            "id": 2430,
            "name": {
                "de": "Kinderpneumologie",
                "en": "Paediatric Respiratory Medicine"
            },
            "person": 51713
        },
        {
            "id": 2433,
            "name": {
                "de": "Bronchologie",
                "en": "Bronchology"
            },
            "person": 51713
        },
        {
            "id": 2822,
            "name": {
                "de": "Allergologie",
                "en": "Allergology"
            },
            "person": 51713
        },
        {
            "id": 2823,
            "name": {
                "de": "Asthma bronchiale",
                "en": "Bronchial asthma"
            },
            "person": 51713
        },
        {
            "id": 2824,
            "name": {
                "de": "Zystische Fibrose",
                "en": "Cystic fibrosis"
            },
            "person": 51713
        },
        {
            "id": 2825,
            "name": {
                "de": "Lungenfunktionsdiagnostik",
                "en": "Pulmonary function testing"
            },
            "person": 51713
        },
        {
            "id": 3022,
            "name": {
                "de": "Pädiatrische Intensivmedizin",
                "en": "Paediatric Intensive Care"
            },
            "person": 51713
        },
        {
            "id": 1563,
            "name": {
                "de": "Neurochirurgie",
                "en": "Neurosurgery"
            },
            "person": 51853
        },
        {
            "id": 1513,
            "name": {
                "de": "Psychosomatik",
                "en": "psychosomatics"
            },
            "person": 51505
        },
        {
            "id": 1514,
            "name": {
                "de": "Medizinische Psychologie ",
                "en": "medical psychology"
            },
            "person": 51505
        },
        {
            "id": 1515,
            "name": {
                "de": "klinische Psychotherapie / psychotherapeutische Medizin",
                "en": "clinical psychotherapy / psychotherapeutical medicine"
            },
            "person": 51505
        },
        {
            "id": 1516,
            "name": {
                "de": "integrative Verhaltenstherapie / psychologische Psychotherapie",
                "en": "cognitive behavioral therapy / psychological therapy"
            },
            "person": 51505
        },
        {
            "id": 1517,
            "name": {
                "de": "biopsychosoziale Theorie / Körper-Seele-Einheit",
                "en": "biopsychosocial model / body mind unity"
            },
            "person": 51505
        },
        {
            "id": 1979,
            "name": {
                "de": "Verhaltensmedizin",
                "en": "behavioural medicine"
            },
            "person": 51505
        }
    ]
}