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=2320
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 4685,
    "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=2340",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=2300",
    "results": [
        {
            "id": 2186,
            "name": {
                "de": "Leberversagen",
                "en": "Liver failure"
            },
            "person": 51530
        },
        {
            "id": 2640,
            "name": {
                "de": "Hepatologie",
                "en": "Hepatology"
            },
            "person": 51530
        },
        {
            "id": 2641,
            "name": {
                "de": "Gastroenterologie",
                "en": "Gastroenterology"
            },
            "person": 51530
        },
        {
            "id": 268,
            "name": {
                "de": "Zwei-Elektroden Voltage-Clamp",
                "en": "Two-Electrode Voltage-Clamp"
            },
            "person": 51041
        },
        {
            "id": 267,
            "name": {
                "de": "Grundlegende Techniken der Molekularbiologie und Biochemie",
                "en": "Basic techniques in Molecular Biology and Biochemistry"
            },
            "person": 51041
        },
        {
            "id": 269,
            "name": {
                "de": "Zellkultur",
                "en": "Methods in Cell Culture"
            },
            "person": 51041
        },
        {
            "id": 270,
            "name": {
                "de": "Fluoreszenztechnik",
                "en": "Fluorescence Technique"
            },
            "person": 51041
        },
        {
            "id": 271,
            "name": {
                "de": "Struktur und Regulation von Ionenkanälen",
                "en": "Structure and function of ion channels"
            },
            "person": 51041
        },
        {
            "id": 3586,
            "name": {
                "de": "HIV",
                "en": "HIV"
            },
            "person": 50514
        },
        {
            "id": 3580,
            "name": {
                "de": "Molekulare Erregerdiagnostik",
                "en": "Molecular diagnostics"
            },
            "person": 50514
        },
        {
            "id": 896,
            "name": {
                "de": "Familiäre Endokrinopathien",
                "en": "Familial Endocrinopathies"
            },
            "person": 52016
        },
        {
            "id": 897,
            "name": {
                "de": "Erkrankungen der Nebenniere",
                "en": "Adrenal diseases"
            },
            "person": 52016
        },
        {
            "id": 1035,
            "name": {
                "de": "Fettstoffwechsel",
                "en": "lipid metabolism"
            },
            "person": 51817
        },
        {
            "id": 1036,
            "name": {
                "de": "Fettzellen",
                "en": "adipocytes"
            },
            "person": 51817
        },
        {
            "id": 1037,
            "name": {
                "de": "Biogenese von intrazellulären Lipidtröpfchen",
                "en": "biogenesis of intracellular lipid droplets"
            },
            "person": 51817
        },
        {
            "id": 1038,
            "name": {
                "de": "Enzyme im Fettstoffwechsel",
                "en": "enzymes of lipid metabolism"
            },
            "person": 51817
        },
        {
            "id": 1039,
            "name": {
                "de": "Enzymdefekte im Lipoproteinstoffwechsel",
                "en": "enzyme defects in lipoprotein metabolism"
            },
            "person": 51817
        },
        {
            "id": 3134,
            "name": {
                "de": "Transplantationschirurgie",
                "en": "transplantation Surgery"
            },
            "person": 50874
        },
        {
            "id": 3135,
            "name": {
                "de": "Tierexperimente",
                "en": "Animal Experiments"
            },
            "person": 50874
        },
        {
            "id": 3136,
            "name": {
                "de": "Experimentelle Chirurgie",
                "en": "experimental surgery"
            },
            "person": 50874
        }
    ]
}