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=3720
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 4559,
    "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=3740",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=3700",
    "results": [
        {
            "id": 4762,
            "name": {
                "de": "Vaskuläre Biologie",
                "en": "Vascular Biology"
            },
            "person": 100805
        },
        {
            "id": 4763,
            "name": {
                "de": "Myokardinfarkt",
                "en": "Myocardial Infarction"
            },
            "person": 100805
        },
        {
            "id": 4764,
            "name": {
                "de": "Metabolisches Syndrom",
                "en": "Metabolic Syndrome"
            },
            "person": 100805
        },
        {
            "id": 4919,
            "name": {
                "de": "Mikrobiologie",
                "en": "Microbiology"
            },
            "person": 100806
        },
        {
            "id": 4920,
            "name": {
                "de": "Bioinformatik",
                "en": "Bioinformatic"
            },
            "person": 100806
        },
        {
            "id": 4922,
            "name": {
                "de": "Mikrobiomforschung",
                "en": "Microbiome Research"
            },
            "person": 100806
        },
        {
            "id": 4939,
            "name": {
                "de": "Drug Delivery Systeme",
                "en": "drug delivery systems"
            },
            "person": 103880
        },
        {
            "id": 4940,
            "name": {
                "de": "Zellkultur",
                "en": "cell culture"
            },
            "person": 103880
        },
        {
            "id": 4941,
            "name": {
                "de": "Nanopartikel",
                "en": "nanoparticles"
            },
            "person": 103880
        },
        {
            "id": 4998,
            "name": {
                "de": "Kreativität",
                "en": "Creativity"
            },
            "person": 104337
        },
        {
            "id": 4999,
            "name": {
                "de": "EEG",
                "en": "EEG"
            },
            "person": 104337
        },
        {
            "id": 5000,
            "name": {
                "de": "ECG",
                "en": "ECG"
            },
            "person": 104337
        },
        {
            "id": 3932,
            "name": {
                "de": "Lehre - Numerische Mathematik",
                "en": "Teaching activities - Numerical Mathematics"
            },
            "person": 91689
        },
        {
            "id": 3933,
            "name": {
                "de": "Lehre - Programmieren in C++",
                "en": "Teaching activities - Programming in C++"
            },
            "person": 91689
        },
        {
            "id": 3927,
            "name": {
                "de": "Mathematische Modellierung",
                "en": "Mathematical Modeling"
            },
            "person": 91689
        },
        {
            "id": 3928,
            "name": {
                "de": "Biomechanische/Biomedizinische Anwendungen",
                "en": "Biomechanical/Biomedical Applications"
            },
            "person": 91689
        },
        {
            "id": 3929,
            "name": {
                "de": "Hochleistungsrechnen",
                "en": "High Performance Computing"
            },
            "person": 91689
        },
        {
            "id": 3930,
            "name": {
                "de": "Kardiale Elektromechanik",
                "en": "Cardiac Electromechanics"
            },
            "person": 91689
        },
        {
            "id": 3931,
            "name": {
                "de": "Finite Elemente",
                "en": "Finite elements"
            },
            "person": 91689
        },
        {
            "id": 5208,
            "name": {
                "de": "Medizininformatik",
                "en": "Medical Informatics"
            },
            "person": 91670
        }
    ]
}