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=4440
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 4529,
    "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=4460",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=4420",
    "results": [
        {
            "id": 5803,
            "name": {
                "de": "Komplexe Revisionen und Rekonstruktionen",
                "en": "Complex Revision and Reconstructive Surgery"
            },
            "person": 59379
        },
        {
            "id": 3594,
            "name": {
                "de": "Anwendung von Forschungsmethoden der Versorgungsforschung (qualitativ, quantitativ)",
                "en": "Application of health services research methods"
            },
            "person": 51098
        },
        {
            "id": 5804,
            "name": {
                "de": "Methodenkompetenz für Durchführung klinischer Studien",
                "en": "Methodological expertise for conducting clinical studies"
            },
            "person": 51098
        },
        {
            "id": 5862,
            "name": {
                "de": "Flüssig-Flüssig-Phasentrennung (LLPS)",
                "en": "Liquid-Liquid Phase Separation (LLPS)"
            },
            "person": 125854
        },
        {
            "id": 5805,
            "name": {
                "de": "Kardiale Funktion und Pharmakologie",
                "en": "Cardiac function and pharmacology"
            },
            "person": 91352
        },
        {
            "id": 5654,
            "name": {
                "de": "Computermodellierung und Simulation",
                "en": "Computer modelling and simulation"
            },
            "person": 91352
        },
        {
            "id": 5809,
            "name": {
                "de": "Computational Pathology",
                "en": "Computational Pathology"
            },
            "person": 51991
        },
        {
            "id": 5811,
            "name": {
                "de": "Fuß- und Sprunggelenkchirurgie",
                "en": "Foot and Ankle Surgery"
            },
            "person": 104358
        },
        {
            "id": 5868,
            "name": {
                "de": "Insulinsekretion ",
                "en": "insulin sekretion "
            },
            "person": 120872
        },
        {
            "id": 5813,
            "name": {
                "de": "Allografts",
                "en": "Allografts"
            },
            "person": 104358
        },
        {
            "id": 5814,
            "name": {
                "de": "Trauma Surgery",
                "en": "Unfallchirurgie"
            },
            "person": 104358
        },
        {
            "id": 5869,
            "name": {
                "de": "Energiestoffwechsel",
                "en": "energy metabolism"
            },
            "person": 120872
        },
        {
            "id": 5816,
            "name": {
                "de": "Künstliche Intelligenz",
                "en": "Artificial Intelligence"
            },
            "person": 63647
        },
        {
            "id": 5817,
            "name": {
                "de": "Forensische Bildanalyse",
                "en": "Forensic Image Analysis"
            },
            "person": 63647
        },
        {
            "id": 5826,
            "name": {
                "de": "Atherosklerose",
                "en": "Atherosclerosis"
            },
            "person": 51904
        },
        {
            "id": 5827,
            "name": {
                "de": "Makrophagen",
                "en": "Macrophages"
            },
            "person": 51904
        },
        {
            "id": 5818,
            "name": {
                "de": "Computergestützte Kardiologie",
                "en": "Computational Cardiology"
            },
            "person": 96212
        },
        {
            "id": 5823,
            "name": {
                "de": "Lipasen",
                "en": "Lipases"
            },
            "person": 51904
        },
        {
            "id": 5820,
            "name": {
                "de": "FE Mikro- und Makrozirkulation des Neugeborenen",
                "en": "Research Unit for Neonatal Micro- and Macrocirculation"
            },
            "person": 82050
        },
        {
            "id": 5821,
            "name": {
                "de": "FE Pädiatrische Hämatologie und Immunologie",
                "en": "Research Unit for Pediatric Hematology and Immunology "
            },
            "person": 82050
        }
    ]
}