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=3740
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 4698,
    "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=3760",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=3720",
    "results": [
        {
            "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
        },
        {
            "id": 5211,
            "name": {
                "de": "Bioinformatik",
                "en": "Bioinformatics"
            },
            "person": 91670
        },
        {
            "id": 5212,
            "name": {
                "de": "Biomedizinische Technik",
                "en": "Biomedical Engineering"
            },
            "person": 91670
        },
        {
            "id": 5631,
            "name": {
                "de": "Intrazerebrale Blutung, zerebrale Amyloidangiopathie",
                "en": "Intracerebral haemorrhage, cerebral amyloid angiopathy"
            },
            "person": 82411
        },
        {
            "id": 5965,
            "name": {
                "de": "Polytrauma",
                "en": "polytrauma"
            },
            "person": 136472
        },
        {
            "id": 5964,
            "name": {
                "de": "Fraktur",
                "en": "fracture"
            },
            "person": 136472
        },
        {
            "id": 5966,
            "name": {
                "de": "Künstliche Intelligenz und Maschinelles Lernen",
                "en": "Artificial Intelligence and Machine Learning"
            },
            "person": 83445
        },
        {
            "id": 4275,
            "name": {
                "de": "Tumorboard Kopf-Hals-Tumore",
                "en": "Tumorboard Head and Neck Cancer"
            },
            "person": 92321
        },
        {
            "id": 4055,
            "name": {
                "de": "Stimmlippenhämatome",
                "en": "Vocal Fold Haemorrhage"
            },
            "person": 92321
        },
        {
            "id": 4011,
            "name": {
                "de": "Mikrobiologie",
                "en": "Microbiology"
            },
            "person": 92242
        },
        {
            "id": 4012,
            "name": {
                "de": "Mikrobielle Ökologie",
                "en": "Microbial ecology"
            },
            "person": 92242
        },
        {
            "id": 4013,
            "name": {
                "de": "Menschen Mikrobiom",
                "en": "Human microbiome"
            },
            "person": 92242
        },
        {
            "id": 4014,
            "name": {
                "de": "Bioinformatik",
                "en": "Bioinformatics"
            },
            "person": 92242
        },
        {
            "id": 4015,
            "name": {
                "de": "Astrobiologie",
                "en": "Astrobiology"
            },
            "person": 92242
        }
    ]
}