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=2280
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=2300",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=2260",
    "results": [
        {
            "id": 5866,
            "name": {
                "de": "Lipidstoffwechsel",
                "en": "Lipid metabolism "
            },
            "person": 120872
        },
        {
            "id": 1230,
            "name": {
                "de": "Interventionelle Bronchoskopie/Oesophagoskopie",
                "en": "Interventional Bronchoscopy/Esophagoscopy"
            },
            "person": 51615
        },
        {
            "id": 3819,
            "name": {
                "de": "in-vivo Gewebsmikrodialyse",
                "en": "in-vivo Tissue Microdialysis"
            },
            "person": 51615
        },
        {
            "id": 3820,
            "name": {
                "de": "Messung der arteriellen Gefäßsteifigkeit",
                "en": "Arterial Stiffness Measurement"
            },
            "person": 51615
        },
        {
            "id": 3821,
            "name": {
                "de": "Thoraxtraumatologie",
                "en": "Chest trauma"
            },
            "person": 51615
        },
        {
            "id": 960,
            "name": {
                "de": "Pädiatrische Thoraxradiologie",
                "en": "Pediatric Chestradiologie"
            },
            "person": 51913
        },
        {
            "id": 961,
            "name": {
                "de": "Funktionelle Bildgebung bei Kindern",
                "en": "Functional Imaging of Children"
            },
            "person": 51913
        },
        {
            "id": 962,
            "name": {
                "de": "Digitale Bild und Informationssysteme",
                "en": "Digitale Image and Information Processing"
            },
            "person": 51913
        },
        {
            "id": 963,
            "name": {
                "de": "3D Visualisierung und Maschinelles Sehen",
                "en": "3D Visulalization and Machine Vision"
            },
            "person": 51913
        },
        {
            "id": 964,
            "name": {
                "de": "Expertensysteme in der Medizin",
                "en": "Medical Expert Systems"
            },
            "person": 51913
        },
        {
            "id": 2574,
            "name": {
                "de": "Kinderradiologie",
                "en": "Pediatric Radiology"
            },
            "person": 51913
        },
        {
            "id": 2575,
            "name": {
                "de": "Strahlenschutz",
                "en": "Radiation Protection"
            },
            "person": 51913
        },
        {
            "id": 2576,
            "name": {
                "de": "Herz Kreislauf Bildgebung",
                "en": "Cardio Vascular Imaging"
            },
            "person": 51913
        },
        {
            "id": 3417,
            "name": {
                "de": "Design Klinischer Studien",
                "en": "Clinical Trials Design"
            },
            "person": 50838
        },
        {
            "id": 3418,
            "name": {
                "de": "Diabetes mellitus Typ 2",
                "en": "Type 2 Diabetes"
            },
            "person": 50838
        },
        {
            "id": 3419,
            "name": {
                "de": "Prädiabetes",
                "en": "Prediabetes"
            },
            "person": 50838
        },
        {
            "id": 429,
            "name": {
                "de": "Dermatopathologie",
                "en": "Dermatopathology"
            },
            "person": 51622
        },
        {
            "id": 430,
            "name": {
                "de": "Dermatoskopie",
                "en": "Dermoscopy"
            },
            "person": 51622
        },
        {
            "id": 2363,
            "name": {
                "de": "Gefäßsonographie",
                "en": "Vascular Sonography"
            },
            "person": 51056
        },
        {
            "id": 2364,
            "name": {
                "de": "Wundmanagement",
                "en": "wound care"
            },
            "person": 51056
        }
    ]
}