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=600
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=620",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=580",
    "results": [
        {
            "id": 47,
            "name": {
                "de": "Isolierung und Kultivierung von Herzmuskelzellen",
                "en": "Isolation and cultivation of cardiac myocytes"
            },
            "person": 50615
        },
        {
            "id": 1684,
            "name": {
                "de": "Pränatale Medizin",
                "en": "Fetal Medicine"
            },
            "person": 51719
        },
        {
            "id": 1680,
            "name": {
                "de": "Geburtshilfe",
                "en": "Obstetrics"
            },
            "person": 51719
        },
        {
            "id": 1682,
            "name": {
                "de": "nicht-invasive Pränataldiagnostik",
                "en": "Non-invasive prenatal diagnosis"
            },
            "person": 51719
        },
        {
            "id": 1683,
            "name": {
                "de": "molekulare Genetik in der Pränataldiagnostik",
                "en": "Molecular genetics"
            },
            "person": 51719
        },
        {
            "id": 979,
            "name": {
                "de": "Systemphysiologie (kardiovaskuläres und respiratorisches System, Leistungsphysiologie)",
                "en": "Systems physiology (cardiovascular and respiratory system, exercise physiology)"
            },
            "person": 51504
        },
        {
            "id": 980,
            "name": {
                "de": "Systematische Innovationsmethoden (TRIZ, QFD etc.)",
                "en": "Methods for systematic innovation (TRIZ, QFD etc.)"
            },
            "person": 51504
        },
        {
            "id": 981,
            "name": {
                "de": "Modellorientierte Diagnostik",
                "en": "Model oriented diagnostics"
            },
            "person": 51504
        },
        {
            "id": 982,
            "name": {
                "de": "Entwicklung physikalischer Therapieformen",
                "en": "Development of physical therapies"
            },
            "person": 51504
        },
        {
            "id": 806,
            "name": {
                "de": "Biomedizinische Technik",
                "en": "Biomedical engineering"
            },
            "person": 51504
        },
        {
            "id": 807,
            "name": {
                "de": "Modellierung und Simulation",
                "en": "Modeling and simulation"
            },
            "person": 51504
        },
        {
            "id": 808,
            "name": {
                "de": "Biosensorik",
                "en": "Biosensors"
            },
            "person": 51504
        },
        {
            "id": 809,
            "name": {
                "de": "Entwicklung diagnostischer und therapeutischer Systeme",
                "en": "Development of medical devices"
            },
            "person": 51504
        },
        {
            "id": 604,
            "name": {
                "de": "Genomforschung",
                "en": "Genomics"
            },
            "person": 51996
        },
        {
            "id": 605,
            "name": {
                "de": "Zytogenetik",
                "en": "Cytogenetics"
            },
            "person": 51996
        },
        {
            "id": 606,
            "name": {
                "de": "Molekulargenetik",
                "en": "Molecular Genetics"
            },
            "person": 51996
        },
        {
            "id": 2284,
            "name": {
                "de": "Qualitätsmanagement",
                "en": "Quality Management"
            },
            "person": 51996
        },
        {
            "id": 669,
            "name": {
                "de": "gesammte Urologie konservativ, operativ",
                "en": "Urology conservative, operative"
            },
            "person": 51599
        },
        {
            "id": 670,
            "name": {
                "de": "Nierentransplantation",
                "en": "renal transplantation"
            },
            "person": 51599
        },
        {
            "id": 671,
            "name": {
                "de": "Nierenkonservierung",
                "en": "renal preservation"
            },
            "person": 51599
        }
    ]
}