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": 4698,
    "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": 5063,
            "name": {
                "de": "Neuroimplantatentwicklung",
                "en": "neuro implant development"
            },
            "person": 99703
        },
        {
            "id": 5062,
            "name": {
                "de": "Chemotherapie",
                "en": "chemotherapy"
            },
            "person": 99703
        },
        {
            "id": 4924,
            "name": {
                "de": "Glioblastom",
                "en": "Glioblastoma Multiforme"
            },
            "person": 99703
        },
        {
            "id": 4925,
            "name": {
                "de": "Electrophoretischer Transport",
                "en": "Electrophoretic Transport"
            },
            "person": 99703
        },
        {
            "id": 4923,
            "name": {
                "de": "Drug Delivery",
                "en": "Drug Delivery "
            },
            "person": 99703
        },
        {
            "id": 4674,
            "name": {
                "de": "microRNAs",
                "en": "microRNAs"
            },
            "person": 99625
        },
        {
            "id": 4675,
            "name": {
                "de": "nicht-codierende RNAs",
                "en": "non-coding RNAs"
            },
            "person": 99625
        },
        {
            "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
        }
    ]
}