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=780
{ "count": 4613, "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=800", "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=760", "results": [ { "id": 4805, "name": { "de": "Mammapathologie", "en": "Breast Pathology" }, "person": 51991 }, { "id": 4806, "name": { "de": "Zytologie", "en": "Cytology" }, "person": 51991 }, { "id": 4807, "name": { "de": "Gynäkopathologie", "en": "Gynecological Pathology" }, "person": 51991 }, { "id": 4809, "name": { "de": "Biomechanik des kardiovaskulären Systems", "en": "Biomechanics of Cardiovascular System" }, "person": 51991 }, { "id": 2666, "name": { "de": "Glucose- und Fettstoffwechsel;", "en": "Glucose and Lipid Metabolism" }, "person": 50452 }, { "id": 2668, "name": { "de": "Geräteentwicklung für Diabetesbehandlung;", "en": "Development of Therapy Devices for Diabetes Treatment" }, "person": 50452 }, { "id": 422, "name": { "de": "Hyperthermie", "en": "hyperthermia" }, "person": 51605 }, { "id": 423, "name": { "de": "Medizinische Dokumentation", "en": "medical documentation" }, "person": 51605 }, { "id": 420, "name": { "de": "Biomedizinische Technik", "en": "biomedical engineering" }, "person": 51605 }, { "id": 421, "name": { "de": "Planung und Auswertung klinischer und experimenteller Studien", "en": "planning and analysing clinical and experimental trials" }, "person": 51605 }, { "id": 23, "name": { "de": "Freie Radikale", "en": "Free radicals" }, "person": 50569 }, { "id": 24, "name": { "de": "Computerunterstützte Chemie", "en": "Molecular modeling" }, "person": 50569 }, { "id": 25, "name": { "de": "Nierenfunktion", "en": "Renal function testing" }, "person": 50569 }, { "id": 815, "name": { "de": "Pteridine", "en": "Pteridines" }, "person": 50569 }, { "id": 816, "name": { "de": "Quantenchemie", "en": "Quantum chemistry" }, "person": 50569 }, { "id": 817, "name": { "de": "Statistik", "en": "Statistics" }, "person": 50569 }, { "id": 818, "name": { "de": "Mathematische Modellierung", "en": "Mathematic modelling" }, "person": 50569 }, { "id": 819, "name": { "de": "Neuronale Netze", "en": "Artificial neural networks" }, "person": 50569 }, { "id": 1190, "name": { "de": "Gynäkoloie", "en": "Gynecology" }, "person": 51918 }, { "id": 1191, "name": { "de": "Geburtshilfe", "en": "Obstetrics" }, "person": 51918 } ] }