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=4560
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 4566,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=4540",
    "results": [
        {
            "id": 5339,
            "name": {
                "de": "Trauerarbeit",
                "en": "Trauerarbeit"
            },
            "person": 101081232
        },
        {
            "id": 5338,
            "name": {
                "de": "Trauma- und Verhaltenstherapie",
                "en": "Trauma- und Verhaltenstherapie"
            },
            "person": 101081232
        },
        {
            "id": 5337,
            "name": {
                "de": "KIP Katathym Imaginative Psychotherapie",
                "en": "KIP Katathym Imaginative Psychotherapie"
            },
            "person": 101081232
        },
        {
            "id": 5336,
            "name": {
                "de": "Neuropsychologie",
                "en": "Neuropsychologie"
            },
            "person": 101081232
        },
        {
            "id": 5950,
            "name": {
                "de": "Delphi-Methode",
                "en": "Delphi-method"
            },
            "person": 100095
        },
        {
            "id": 5951,
            "name": {
                "de": "Gesundheitswissenschaften",
                "en": "health sciences"
            },
            "person": 100095
        }
    ]
}