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=4400
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 4559,
    "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=4420",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=4380",
    "results": [
        {
            "id": 2367,
            "name": {
                "de": "Interventionelle Gefäßtherapie",
                "en": "Interventional Vascular Therapy"
            },
            "person": null
        },
        {
            "id": 2368,
            "name": {
                "de": "Gefäßsonographie",
                "en": "Vascular Sonography"
            },
            "person": null
        },
        {
            "id": 2369,
            "name": {
                "de": "IntensivMedizin",
                "en": "Intensive Care Medicine"
            },
            "person": null
        },
        {
            "id": 5791,
            "name": {
                "de": "Endoskopische transnasale Schädelbasisoperation",
                "en": "Endoscopic transnasal Skull base surgery"
            },
            "person": 92858
        },
        {
            "id": 5792,
            "name": {
                "de": "Rhinoplastik",
                "en": "Rhinoplasty"
            },
            "person": 92858
        },
        {
            "id": 5793,
            "name": {
                "de": "Kopf Hals Onkologie",
                "en": "Head and Neck Oncology"
            },
            "person": 92858
        },
        {
            "id": 5794,
            "name": {
                "de": "Endoskopische transnasale Hypophysenoperation",
                "en": "Endoscopic transnasal pituitary surgery"
            },
            "person": 92858
        },
        {
            "id": 5795,
            "name": {
                "de": "HPV",
                "en": "HPV"
            },
            "person": 92858
        },
        {
            "id": 5796,
            "name": {
                "de": "HPV Antikörper",
                "en": "HPV Antibodies"
            },
            "person": 92858
        },
        {
            "id": 5800,
            "name": {
                "de": "Biomedical Engineering",
                "en": "Biomedical Engineering"
            },
            "person": 126275
        },
        {
            "id": 5801,
            "name": {
                "de": "Computational Neuroscience",
                "en": "Computational Neuroscience"
            },
            "person": 126275
        },
        {
            "id": 5802,
            "name": {
                "de": "Software Development",
                "en": "Software Development"
            },
            "person": 126275
        },
        {
            "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
        }
    ]
}