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=4420
{ "count": 4613, "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=4440", "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=4400", "results": [ { "id": 5980, "name": { "de": "Modellorganismus: Caenorhabditis elegans", "en": "Model organism: Caenorhabditis elegans" }, "person": 117501 }, { "id": 5975, "name": { "de": "Mitochondrienanalyse", "en": "Mitochondrial analysis" }, "person": 117501 }, { "id": 5976, "name": { "de": "Fluoreszenzmikroskopie", "en": "Fluorescence microscopy" }, "person": 117501 }, { "id": 5988, "name": { "de": "Data Engineering", "en": "Data Engineering" }, "person": 135503 }, { "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 } ] }