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=3240
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=3260",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=3220",
    "results": [
        {
            "id": 3369,
            "name": {
                "de": "Entzündung",
                "en": "Inflammation"
            },
            "person": 79192
        },
        {
            "id": 3370,
            "name": {
                "de": "Krebsforschung",
                "en": "Cancer research"
            },
            "person": 79192
        },
        {
            "id": 3367,
            "name": {
                "de": "Transkriptionelle Kontrolle der Genexpression",
                "en": "Transcription factor biology"
            },
            "person": 79192
        },
        {
            "id": 3371,
            "name": {
                "de": "Immundermatologie",
                "en": "Biology of the cutaneous immune system"
            },
            "person": 79192
        },
        {
            "id": 3372,
            "name": {
                "de": "Myelopoiese",
                "en": "Myelopoiesis"
            },
            "person": 79192
        },
        {
            "id": 3373,
            "name": {
                "de": "Signaltransduktion",
                "en": "Cell signaling"
            },
            "person": 79192
        },
        {
            "id": 3362,
            "name": {
                "de": "Dendritische Zellen",
                "en": "Dendritic cells"
            },
            "person": 79192
        },
        {
            "id": 3363,
            "name": {
                "de": "Immunologie",
                "en": "Immunology"
            },
            "person": 79192
        },
        {
            "id": 3364,
            "name": {
                "de": "Hämatopoiese",
                "en": "Hematopoiesis"
            },
            "person": 79192
        },
        {
            "id": 3365,
            "name": {
                "de": "Zellbiologie",
                "en": "Cell biology"
            },
            "person": 79192
        },
        {
            "id": 3366,
            "name": {
                "de": "Molekularbiologie",
                "en": "Molecular biology"
            },
            "person": 79192
        },
        {
            "id": 3391,
            "name": {
                "de": "frühe Kindheit",
                "en": "early childhood"
            },
            "person": 79134
        },
        {
            "id": 3392,
            "name": {
                "de": "(früh)kindliche Essstörungen",
                "en": "early eating behavior disorders"
            },
            "person": 79134
        },
        {
            "id": 3393,
            "name": {
                "de": "Bindung",
                "en": "attachment"
            },
            "person": 79134
        },
        {
            "id": 3394,
            "name": {
                "de": "enterale Ernährung",
                "en": "enteral nutrition"
            },
            "person": 79134
        },
        {
            "id": 3395,
            "name": {
                "de": "Sondenentwöhnung",
                "en": "feeding tube weaning"
            },
            "person": 79134
        },
        {
            "id": 3547,
            "name": {
                "de": "Essstörungen",
                "en": "Eating disorders"
            },
            "person": 79134
        },
        {
            "id": 3229,
            "name": {
                "de": "Magnetresonanz Bildgebung",
                "en": "Magnetic Resonance Imaging"
            },
            "person": 68797
        },
        {
            "id": 5678,
            "name": {
                "de": "Gefäßchirurgie",
                "en": "Vascular Surgery"
            },
            "person": 79514
        },
        {
            "id": 4504,
            "name": {
                "de": "Demenz, gesundes Altern",
                "en": "Dementia, healthy aging"
            },
            "person": 79693
        }
    ]
}