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=1300
{ "count": 4618, "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=1320", "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=1280", "results": [ { "id": 493, "name": { "de": "zelluläre Botenstoffe/Signalwege", "en": "cellular messengers and signaltransduction" }, "person": 50810 }, { "id": 494, "name": { "de": "Live-cell Imaging, Konfokalmikroskopie", "en": "Live-cell Imaging, Array Confocal Laser Scanning Microscopy" }, "person": 50810 }, { "id": 495, "name": { "de": "Entwicklung von optischen Biosensoren", "en": "Development of Biosensors" }, "person": 50810 }, { "id": 496, "name": { "de": "Physiologie der Mitochondrien", "en": "Mitochondrial Physiology" }, "person": 50810 }, { "id": 497, "name": { "de": "Ionenhomeostase der Mitochondrien", "en": "Ionhomeostasis of Mitochondria" }, "person": 50810 }, { "id": 490, "name": { "de": "zelluläre Physiologie ", "en": "cellular Physiologie " }, "person": 50810 }, { "id": 491, "name": { "de": "Intrazelluläre Ionenmessungen", "en": "Measurment of cellular Ionhomeostasis" }, "person": 50810 }, { "id": 1549, "name": { "de": "Quantitative Pathomorphologie", "en": "Quantitative Pathomorphology" }, "person": 51931 }, { "id": 1550, "name": { "de": "Uropathologie", "en": "Uropathology" }, "person": 51931 }, { "id": 1412, "name": { "de": "nicht invasive Blutdruckmessung, Monitoring, pulmonale Blutflussmessung, Myokardprotektion, ", "en": "non invasive blood pressure, monitoring, pulmonary blood flow, myocardial protection" }, "person": 51934 }, { "id": 2569, "name": { "de": "Tropische Dermatosen", "en": "Tropical Dermatology" }, "person": 50804 }, { "id": 2570, "name": { "de": "Dermatopathologie", "en": "Dermatopathology" }, "person": 50804 }, { "id": 2571, "name": { "de": "Auflichtmikroskopie", "en": "Dermoscopy" }, "person": 50804 }, { "id": 2572, "name": { "de": "Hautlymphome", "en": "Cutaneous lymhomas" }, "person": 50804 }, { "id": 2573, "name": { "de": "Psoriasis", "en": "Psoriasis" }, "person": 50804 }, { "id": 2582, "name": { "de": "Melanom", "en": "Melanoma" }, "person": 50804 }, { "id": 3263, "name": { "de": "Lepra", "en": "Leprosy" }, "person": 50804 }, { "id": 3264, "name": { "de": "Teledermatologie", "en": "Teledermatology" }, "person": 50804 }, { "id": 128, "name": { "de": "Laserchirurgie", "en": "Laser Surgery" }, "person": 50898 }, { "id": 2555, "name": { "de": "Neuroophthalmologie ", "en": "Neuroophthalmology" }, "person": 50898 } ] }