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=3700
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=3720",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=3680",
    "results": [
        {
            "id": 4676,
            "name": {
                "de": "Krebsforschung",
                "en": "cancer research"
            },
            "person": 99625
        },
        {
            "id": 4797,
            "name": {
                "de": "Pulmonale Infektionen",
                "en": "Pulmonary Infections"
            },
            "person": 100045
        },
        {
            "id": 4798,
            "name": {
                "de": "Immunologie",
                "en": "Immunology"
            },
            "person": 100045
        },
        {
            "id": 4799,
            "name": {
                "de": "Bioelektromagnetismus",
                "en": "Bioelectromagnetism"
            },
            "person": 100045
        },
        {
            "id": 5475,
            "name": {
                "de": "Spatial Transcriptomics",
                "en": "Spatial transcriptomics"
            },
            "person": 100045
        },
        {
            "id": 5476,
            "name": {
                "de": "Virologie",
                "en": "Virology"
            },
            "person": 100045
        },
        {
            "id": 4802,
            "name": {
                "de": "Histologie",
                "en": "Histology"
            },
            "person": 100045
        },
        {
            "id": 5059,
            "name": {
                "de": "StudierFenster",
                "en": "StudierFenster"
            },
            "person": 100602
        },
        {
            "id": 4622,
            "name": {
                "de": "Medizinische Bildverarbeitung",
                "en": "Medical Image Processing"
            },
            "person": 100602
        },
        {
            "id": 4623,
            "name": {
                "de": "Bildgestützte Therapien",
                "en": "Image-Guided Therapy"
            },
            "person": 100602
        },
        {
            "id": 4624,
            "name": {
                "de": "Computer Vision",
                "en": "Computer Vision"
            },
            "person": 100602
        },
        {
            "id": 4625,
            "name": {
                "de": "Deep Learning",
                "en": "Deep Learning"
            },
            "person": 100602
        },
        {
            "id": 4626,
            "name": {
                "de": "Intraoperative Navigation",
                "en": "Intraoperative Navigation"
            },
            "person": 100602
        },
        {
            "id": 4739,
            "name": {
                "de": "Zellbiologie",
                "en": "Cell Biology"
            },
            "person": 100822
        },
        {
            "id": 4740,
            "name": {
                "de": "Fluoreszenzmikroskopie",
                "en": "Fluorescence Microscopy"
            },
            "person": 100822
        },
        {
            "id": 4741,
            "name": {
                "de": "Biochemie",
                "en": "Biochemistry"
            },
            "person": 100822
        },
        {
            "id": 4742,
            "name": {
                "de": "Molekularbiologie",
                "en": "Molecular Biology"
            },
            "person": 100822
        },
        {
            "id": 4751,
            "name": {
                "de": "Pflanzenwissenschaften",
                "en": "Plant Sciences"
            },
            "person": 100822
        },
        {
            "id": 4760,
            "name": {
                "de": "Atherosklerose",
                "en": "Atherosclerosis"
            },
            "person": 100805
        },
        {
            "id": 4761,
            "name": {
                "de": "Inflammation",
                "en": "Inflammation"
            },
            "person": 100805
        }
    ]
}