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=1240
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 4618,
    "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=1260",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=1220",
    "results": [
        {
            "id": 1951,
            "name": {
                "de": "Chemotherapie",
                "en": "Chemotherapy"
            },
            "person": 51349
        },
        {
            "id": 1942,
            "name": {
                "de": "Hämatologie",
                "en": "Haematology"
            },
            "person": 51349
        },
        {
            "id": 1943,
            "name": {
                "de": "Leukämieforschung",
                "en": "Leukemia Research"
            },
            "person": 51349
        },
        {
            "id": 2798,
            "name": {
                "de": "Stammtelltransplantation",
                "en": "Stem Cell Transplantation"
            },
            "person": 51349
        },
        {
            "id": 831,
            "name": {
                "de": "Nierenzellkarzinom",
                "en": "Renal cell carcinoma"
            },
            "person": 52004
        },
        {
            "id": 832,
            "name": {
                "de": "Harnblasenkarzinom",
                "en": "Bladder cancer"
            },
            "person": 52004
        },
        {
            "id": 653,
            "name": {
                "de": "Biomedizinische Technik",
                "en": "Biomedical Engineering"
            },
            "person": 51710
        },
        {
            "id": 654,
            "name": {
                "de": "Neuromonitoring in Anästhesie und Intensivmedizin",
                "en": "Neuromonitoring in Anesthesia and Intensive Care Medicine"
            },
            "person": 51710
        },
        {
            "id": 655,
            "name": {
                "de": "High-Tech Akupunktur",
                "en": "High-Tech Acupuncture"
            },
            "person": 51710
        },
        {
            "id": 3092,
            "name": {
                "de": "Komplementäre und integrative Lasermedizin",
                "en": "Complementary and integrative Laser Medicine"
            },
            "person": 51710
        },
        {
            "id": 3330,
            "name": {
                "de": "Evidenzbasierte Komplementärmedizin",
                "en": "Evidence-based Complementary Medicine"
            },
            "person": 51710
        },
        {
            "id": 996,
            "name": {
                "de": "Pflegewissenschaft",
                "en": "Nursing Science"
            },
            "person": 54141
        },
        {
            "id": 997,
            "name": {
                "de": "Pflegeforschung",
                "en": "Nursing Research"
            },
            "person": 54141
        },
        {
            "id": 998,
            "name": {
                "de": "Pflegepädagogik",
                "en": "Nursing Education"
            },
            "person": 54141
        },
        {
            "id": 999,
            "name": {
                "de": "Pflegeabhängigkeit",
                "en": "Care Dependency"
            },
            "person": 54141
        },
        {
            "id": 1000,
            "name": {
                "de": "Forschungstransfer",
                "en": "Research Utilization/Implementation"
            },
            "person": 54141
        },
        {
            "id": 1001,
            "name": {
                "de": "Evidenz basisierte (Pflege)-Praxis",
                "en": "Evidence based nursing practice"
            },
            "person": 54141
        },
        {
            "id": 3873,
            "name": {
                "de": "Mangelernährung",
                "en": "Malnutrition"
            },
            "person": 54141
        },
        {
            "id": 3874,
            "name": {
                "de": "Dekubitus",
                "en": "Pressure ulcer"
            },
            "person": 54141
        },
        {
            "id": 3875,
            "name": {
                "de": "Demenz",
                "en": "Dementia"
            },
            "person": 54141
        }
    ]
}