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=680
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 4613,
    "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=700",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=660",
    "results": [
        {
            "id": 206,
            "name": {
                "de": "Digitale Bildverarbeitung - Segmentierungs- und Registrierungstechniken für biologische Anwendungen",
                "en": "Digital image processing - Segmentation- and registration techniques for biological applications"
            },
            "person": 50966
        },
        {
            "id": 204,
            "name": {
                "de": "Lehre - Numerische Methoden in der Biomathematik",
                "en": "Teaching activities - Numerical methods in biomathematics"
            },
            "person": 50966
        },
        {
            "id": 205,
            "name": {
                "de": "Finite Elemente - Netzgenerierung für virtuelle Organe",
                "en": "Finite elements - Mesh generation techniques for virtual organs"
            },
            "person": 50966
        },
        {
            "id": 199,
            "name": {
                "de": "Computerunterstützte Methoden in der Biologie",
                "en": "Computational Biology"
            },
            "person": 50966
        },
        {
            "id": 200,
            "name": {
                "de": "Hochleistungsrechnen - Clusterbasierte verteilte Systeme",
                "en": "Supercomputing - Cluster based distributed Computing"
            },
            "person": 50966
        },
        {
            "id": 201,
            "name": {
                "de": "Biophysikalische Aspekte der Defibrillation",
                "en": "Biophysical aspects of Defibrillation"
            },
            "person": 50966
        },
        {
            "id": 202,
            "name": {
                "de": "Theoretische Aspekte der kardialen Nahfeldmessung",
                "en": "Theoretical aspects of cardiac near-field measurements"
            },
            "person": 50966
        },
        {
            "id": 203,
            "name": {
                "de": "Kardiale Arrhythmien",
                "en": "Cardiac Arhythmias"
            },
            "person": 50966
        },
        {
            "id": 4248,
            "name": {
                "de": "Biomechanik des Herzens",
                "en": "Cardiac Biomechanics"
            },
            "person": 50966
        },
        {
            "id": 4249,
            "name": {
                "de": "Kardiovaskuläre Hämodynamik",
                "en": "Cardiovascular hemodynamics"
            },
            "person": 50966
        },
        {
            "id": 341,
            "name": {
                "de": "Mathematische Modellierung",
                "en": "Mathematical modeling"
            },
            "person": 51854
        },
        {
            "id": 342,
            "name": {
                "de": "Computerunterstützte Methoden in der Physiologie",
                "en": "Computational Physiology"
            },
            "person": 51854
        },
        {
            "id": 343,
            "name": {
                "de": "Systemidentifikation",
                "en": "System identification"
            },
            "person": 51854
        },
        {
            "id": 344,
            "name": {
                "de": "Elektrophysiologie des Herzens",
                "en": "Cardiac electrophysiology"
            },
            "person": 51854
        },
        {
            "id": 345,
            "name": {
                "de": "Grundlagen Defibrillation",
                "en": "Basic Defibrillation"
            },
            "person": 51854
        },
        {
            "id": 346,
            "name": {
                "de": "Numerische Simulation dynamischer Systeme",
                "en": "Numerical simulation of dynamical systems"
            },
            "person": 51854
        },
        {
            "id": 347,
            "name": {
                "de": "Optimierung",
                "en": "Optimization"
            },
            "person": 51854
        },
        {
            "id": 348,
            "name": {
                "de": "Programmentwicklung",
                "en": "Software development"
            },
            "person": 51854
        },
        {
            "id": 349,
            "name": {
                "de": "Feldstimulation",
                "en": "Fieldstimulation"
            },
            "person": 51854
        },
        {
            "id": 350,
            "name": {
                "de": "Optische Potentialmessung",
                "en": "Optical potential measurement"
            },
            "person": 51854
        }
    ]
}