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=260
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 4613,
    "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=280",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=240",
    "results": [
        {
            "id": 16,
            "name": {
                "de": "Oxidative Proteinmodifikationen",
                "en": "Oxidativ Protein Modifications"
            },
            "person": 51511
        },
        {
            "id": 17,
            "name": {
                "de": "Gefäßwand-Zellen",
                "en": "Vascular Wall Cells"
            },
            "person": 51511
        },
        {
            "id": 5853,
            "name": {
                "de": "Cryo-EM (Helical reconstruction and SPA)",
                "en": "Cryo-EM (Helical reconstruction and SPA)"
            },
            "person": 111770
        },
        {
            "id": 5857,
            "name": {
                "de": "Quantitatives MRT",
                "en": "quantitative MRI"
            },
            "person": 76149
        },
        {
            "id": 338,
            "name": {
                "de": "Plastische Chirurgie",
                "en": "Plastic surgery"
            },
            "person": 51635
        },
        {
            "id": 332,
            "name": {
                "de": "Rhinoplastik",
                "en": "Rhinoplasty"
            },
            "person": 51635
        },
        {
            "id": 333,
            "name": {
                "de": "Nasennebenhöhlen-Chirurgie",
                "en": "Sinus surgery"
            },
            "person": 51635
        },
        {
            "id": 334,
            "name": {
                "de": "Schädelbasis-Chirurgie",
                "en": "Skull base surgery"
            },
            "person": 51635
        },
        {
            "id": 335,
            "name": {
                "de": "Parotis- und Facialis-Chirurgie",
                "en": "Parotide and facial nerve surgery"
            },
            "person": 51635
        },
        {
            "id": 336,
            "name": {
                "de": "Mikrochirurgie des Ohres",
                "en": "Micro-surgery of the ear"
            },
            "person": 51635
        },
        {
            "id": 1667,
            "name": {
                "de": "Schwangerschafts- und Plazentapathologie",
                "en": "Pediatric and Perinatal Pathology"
            },
            "person": 50619
        },
        {
            "id": 1668,
            "name": {
                "de": "Herzfehlerdiagnostik und andere Missbildungen",
                "en": "Cardial and other malformations"
            },
            "person": 50619
        },
        {
            "id": 1669,
            "name": {
                "de": "Hals-, Nasen- und Ohrenpathologie",
                "en": "Otorhinolaryngial Pathology"
            },
            "person": 50619
        },
        {
            "id": 1718,
            "name": {
                "de": "Molekulare Biologie",
                "en": "Molecular Biology"
            },
            "person": 57386
        },
        {
            "id": 1719,
            "name": {
                "de": "Xenotransplantation",
                "en": "Xenotransplantation"
            },
            "person": 57386
        },
        {
            "id": 1720,
            "name": {
                "de": "Hepatozelluläre Karzinome",
                "en": "Hepatocellular Carcinoma"
            },
            "person": 57386
        },
        {
            "id": 1721,
            "name": {
                "de": "Photodynamische Therapie",
                "en": "Photodynamic Therapy"
            },
            "person": 57386
        },
        {
            "id": 3637,
            "name": {
                "de": "Next-Generation-Sequencing",
                "en": "Next-Generation-Sequencing"
            },
            "person": 57386
        },
        {
            "id": 1117,
            "name": {
                "de": "Bewegungsstörungen",
                "en": "Movement Disorders"
            },
            "person": 50982
        },
        {
            "id": 2174,
            "name": {
                "de": "Kardiale Tumore",
                "en": "Cardiac tumor"
            },
            "person": 50149
        }
    ]
}