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=3300
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=3320",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=3280",
    "results": [
        {
            "id": 4619,
            "name": {
                "de": "Präklinische Bildgebung",
                "en": "Preclinical Imaging"
            },
            "person": 80631
        },
        {
            "id": 4620,
            "name": {
                "de": "Tumorbiologie, Xenotransplantation",
                "en": "Tumorbiology, Xenotransplantation"
            },
            "person": 80631
        },
        {
            "id": 3218,
            "name": {
                "de": "Molekularbiologische Diagnostik",
                "en": "Moleculardiagnostics"
            },
            "person": 53802
        },
        {
            "id": 4193,
            "name": {
                "de": "Psychologische Schmerzdiagnostik",
                "en": "psychological pain diagnostic"
            },
            "person": 81071
        },
        {
            "id": 4194,
            "name": {
                "de": "Psychologische Schmerzbehandlung",
                "en": "psychological pain treatment"
            },
            "person": 81071
        },
        {
            "id": 4195,
            "name": {
                "de": "Biofeedbacktherapie",
                "en": "Biofeedback treatment"
            },
            "person": 81071
        },
        {
            "id": 3470,
            "name": {
                "de": "Plastische Chirurgie",
                "en": "Plastic Surgery"
            },
            "person": 80411
        },
        {
            "id": 2785,
            "name": {
                "de": "Gene Targeting",
                "en": "Gene Targeting"
            },
            "person": 63288
        },
        {
            "id": 2786,
            "name": {
                "de": "Genomic Imprinting",
                "en": "Genomic Imprinting"
            },
            "person": 63288
        },
        {
            "id": 2787,
            "name": {
                "de": "Molecular Biology",
                "en": "Molecular Biology"
            },
            "person": 63288
        },
        {
            "id": 2788,
            "name": {
                "de": "Mouse Genetics",
                "en": "Mouse Genetics"
            },
            "person": 63288
        },
        {
            "id": 2789,
            "name": {
                "de": "Developmental Genetics",
                "en": "Developmental Genetics"
            },
            "person": 63288
        },
        {
            "id": 2809,
            "name": {
                "de": "Molecular Genetics",
                "en": "Molecular Genetics"
            },
            "person": 63288
        },
        {
            "id": 3151,
            "name": {
                "de": "Lipid Metabolismus",
                "en": "Lipid metabolism"
            },
            "person": 62749
        },
        {
            "id": 3152,
            "name": {
                "de": "Atherosklerose",
                "en": "Atherosclerosis"
            },
            "person": 62749
        },
        {
            "id": 3153,
            "name": {
                "de": "High density Lipoprotein",
                "en": "High density lipoprotein"
            },
            "person": 62749
        },
        {
            "id": 3154,
            "name": {
                "de": "Zellkultur, Zytometrie",
                "en": "Cell culture, FACS"
            },
            "person": 62749
        },
        {
            "id": 3155,
            "name": {
                "de": "Massenspektrometrie",
                "en": "Mass spectrometry"
            },
            "person": 62749
        },
        {
            "id": 2703,
            "name": {
                "de": "Oberflächenchemie",
                "en": "Surface Chemistry"
            },
            "person": 67567
        },
        {
            "id": 2704,
            "name": {
                "de": "Physikalische Chemie",
                "en": "Physical Chemistry"
            },
            "person": 67567
        }
    ]
}