Expertise List
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=4500
{ "count": 4566, "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=4520", "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=4480", "results": [ { "id": 5898, "name": { "de": "CAR-T-Zelltherapie", "en": "CAR-T-Cell Therapy" }, "person": 88593 }, { "id": 5899, "name": { "de": "Photodermatologie", "en": "Photodermatology" }, "person": 122954 }, { "id": 5900, "name": { "de": "Kardiale Magnetresonanztomographie", "en": "Cardiac Magnet Resonance Imaging" }, "person": 82516 }, { "id": 5901, "name": { "de": "Computational Modelling", "en": "Computational Modelling" }, "person": 82516 }, { "id": 5902, "name": { "de": "Körpertemperatur & neonatales Temperaturmanagement", "en": "Body temperature & neonatal temperature management" }, "person": 68534 }, { "id": 5903, "name": { "de": "Neurowissenschaften", "en": "Neuroscience" }, "person": 125136 }, { "id": 5904, "name": { "de": "Neuroimmunologie", "en": "Neuroimmunology" }, "person": 125136 }, { "id": 5905, "name": { "de": "Biomarker Forschung", "en": "Biomarker Research" }, "person": 125136 }, { "id": 5906, "name": { "de": "Multiple Sklerose", "en": "Multiple Sclerosis" }, "person": 125136 }, { "id": 5907, "name": { "de": "Neurorehabilitation", "en": "Neurorehabilitation" }, "person": 83425 }, { "id": 5908, "name": { "de": "Gefäßausgusspräparation", "en": "Vascular Corrossion Casting" }, "person": 133141 }, { "id": 5909, "name": { "de": "Endoprothetik", "en": "Arthroplasty" }, "person": 133203 }, { "id": 5910, "name": { "de": "periprothetische Infektionen", "en": "periprosthetic joint infection" }, "person": 133203 }, { "id": 5911, "name": { "de": "Orthopädie", "en": "orthopaedic " }, "person": 133203 }, { "id": 5913, "name": { "de": "Epidemiologie", "en": "Epidemiology" }, "person": 131598 }, { "id": 5914, "name": { "de": "Präventivmedizin", "en": "Preventive Medicine" }, "person": 131598 }, { "id": 5915, "name": { "de": "Public Health", "en": "Public Health" }, "person": 131598 }, { "id": 5916, "name": { "de": "Umwelthygiene", "en": "Environmental Hygiene" }, "person": 131598 }, { "id": 5917, "name": { "de": "Umweltmedizin", "en": "Environmental Medicine" }, "person": 131598 }, { "id": 2129, "name": { "de": "Facharzt für klinische Pathologie und Molekularpathologie und Zytodiagnostik", "en": "Board certified for clinical and molecular Pathology and Cytology" }, "person": 51991 } ] }