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=1740
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=1760",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=1720",
    "results": [
        {
            "id": 620,
            "name": {
                "de": "endoanale Sonographie",
                "en": "endoanal sonography"
            },
            "person": 51696
        },
        {
            "id": 621,
            "name": {
                "de": "endoanale 3-D-Sonographie",
                "en": "endoanal 3-S-Sonography"
            },
            "person": 51696
        },
        {
            "id": 622,
            "name": {
                "de": "endoanale MR Bildgebung",
                "en": "endoanal MR-Imaging"
            },
            "person": 51696
        },
        {
            "id": 2645,
            "name": {
                "de": "Leiterin der Forschungseinheit für anale Inkontinenz",
                "en": "Head Research Unit for Anal Incontinence"
            },
            "person": 51696
        },
        {
            "id": 772,
            "name": {
                "de": "Intestinale Motilität und Motilitätsstörungen in der postoperativen Phase",
                "en": "intestinal motility and motility disturbances in the postoperative period"
            },
            "person": 51938
        },
        {
            "id": 711,
            "name": {
                "de": "Allgemeine Chirurgie",
                "en": "Common Surgery"
            },
            "person": 51591
        },
        {
            "id": 712,
            "name": {
                "de": "Gefäßchirurgie",
                "en": "Vascular Surgery"
            },
            "person": 51591
        },
        {
            "id": 1394,
            "name": {
                "de": "Perioperative Ernährung",
                "en": "Perioperative Nutrition"
            },
            "person": 50040
        },
        {
            "id": 1395,
            "name": {
                "de": "Interdisziplinäre Onkologie",
                "en": "Interdisciplinary Oncology"
            },
            "person": 50040
        },
        {
            "id": 1396,
            "name": {
                "de": "Interventional Bronchoscopy",
                "en": "Interventional Esophagoscopy"
            },
            "person": 50040
        },
        {
            "id": 1389,
            "name": {
                "de": "Lungenchirurgie",
                "en": "Lung surgery"
            },
            "person": 50040
        },
        {
            "id": 1390,
            "name": {
                "de": "Videoassistierte Thoraxchirurgie",
                "en": "Video-assisted thoracic surgery"
            },
            "person": 50040
        },
        {
            "id": 1391,
            "name": {
                "de": "Mediastinalchirurgie",
                "en": "Surgery of the mediastinum"
            },
            "person": 50040
        },
        {
            "id": 1392,
            "name": {
                "de": "Oesophaguschirurgie",
                "en": "Esophageal Surgery"
            },
            "person": 50040
        },
        {
            "id": 1393,
            "name": {
                "de": "Hyperbare Medizin",
                "en": "Hyperbaric Medicine"
            },
            "person": 50040
        },
        {
            "id": 593,
            "name": {
                "de": "Gehör und Gleichgewicht",
                "en": "hearing and vestibular system"
            },
            "person": 51814
        },
        {
            "id": 594,
            "name": {
                "de": "Signal- und Bewegungsanlyse",
                "en": "signal and motion analysis"
            },
            "person": 51814
        },
        {
            "id": 595,
            "name": {
                "de": "Mechanomyografie (MMG)",
                "en": "mechanomyography (MMG)"
            },
            "person": 51814
        },
        {
            "id": 592,
            "name": {
                "de": "Posturalmotorik",
                "en": "postural dynamics"
            },
            "person": 51814
        },
        {
            "id": 597,
            "name": {
                "de": "mechatronische Diagnostiksysteme",
                "en": "mechatronic diagnostic systems"
            },
            "person": 51814
        }
    ]
}