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=3280
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=3300",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=3260",
    "results": [
        {
            "id": 3862,
            "name": {
                "de": "Neuropathischer Schmerz",
                "en": "neuropathic pain"
            },
            "person": 78611
        },
        {
            "id": 3849,
            "name": {
                "de": "Schmerzerfassung",
                "en": "pain assessment"
            },
            "person": 78611
        },
        {
            "id": 3885,
            "name": {
                "de": "Allgemeinmedizin",
                "en": "general medicine"
            },
            "person": 78611
        },
        {
            "id": 4210,
            "name": {
                "de": "Fuß- und Sprunggelenkschirurgie",
                "en": "Foot & Ankle"
            },
            "person": 80491
        },
        {
            "id": 3659,
            "name": {
                "de": "Endoprothetik",
                "en": "Arthroplasty"
            },
            "person": 80491
        },
        {
            "id": 3661,
            "name": {
                "de": "Osteoporotische Frakturen",
                "en": "Osteoporotic fractures"
            },
            "person": 80491
        },
        {
            "id": 3662,
            "name": {
                "de": "Frakturheilung",
                "en": "Fracture healing"
            },
            "person": 80491
        },
        {
            "id": 3728,
            "name": {
                "de": "Arthrose",
                "en": "Osteoarthritis"
            },
            "person": 80491
        },
        {
            "id": 4410,
            "name": {
                "de": "Sportmedizin",
                "en": "Sports Medicine"
            },
            "person": 80491
        },
        {
            "id": 4264,
            "name": {
                "de": "Medizinische Biochemie",
                "en": "Medical Biochemistry"
            },
            "person": 80631
        },
        {
            "id": 4265,
            "name": {
                "de": "Medizinische Molekularbiologie",
                "en": "Medical Molecular Biology"
            },
            "person": 80631
        },
        {
            "id": 4266,
            "name": {
                "de": "Zellbiologie",
                "en": "Cell biology"
            },
            "person": 80631
        },
        {
            "id": 4621,
            "name": {
                "de": "Tierversuchskunde",
                "en": "Laboratory Animal Science"
            },
            "person": 80631
        },
        {
            "id": 4619,
            "name": {
                "de": "Präklinische Bildgebung",
                "en": "Preclinical Imaging"
            },
            "person": 80631
        },
        {
            "id": 4620,
            "name": {
                "de": "Tumorbiologie, Xenotransplantation",
                "en": "Tumorbiology, Xenotransplantation"
            },
            "person": 80631
        },
        {
            "id": 3218,
            "name": {
                "de": "Molekularbiologische Diagnostik",
                "en": "Moleculardiagnostics"
            },
            "person": 53802
        },
        {
            "id": 4193,
            "name": {
                "de": "Psychologische Schmerzdiagnostik",
                "en": "psychological pain diagnostic"
            },
            "person": 81071
        },
        {
            "id": 4194,
            "name": {
                "de": "Psychologische Schmerzbehandlung",
                "en": "psychological pain treatment"
            },
            "person": 81071
        },
        {
            "id": 4195,
            "name": {
                "de": "Biofeedbacktherapie",
                "en": "Biofeedback treatment"
            },
            "person": 81071
        },
        {
            "id": 3470,
            "name": {
                "de": "Plastische Chirurgie",
                "en": "Plastic Surgery"
            },
            "person": 80411
        }
    ]
}