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=2740
{ "count": 4685, "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=2760", "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=2720", "results": [ { "id": 1406, "name": { "de": "Immunhistochemie", "en": "Immunhistochemistry" }, "person": 53900 }, { "id": 5687, "name": { "de": "Inhalation", "en": "Inhalation" }, "person": 53900 }, { "id": 3939, "name": { "de": "Nanotoxikologie", "en": "Nanotoxicology" }, "person": 53900 }, { "id": 3940, "name": { "de": "Zell-basierte Assays", "en": "Cell-based assays" }, "person": 53900 }, { "id": 2794, "name": { "de": "Stammzellbiologie", "en": "Biology of stem cells" }, "person": 58642 }, { "id": 2795, "name": { "de": "Histologie", "en": "Histology" }, "person": 58642 }, { "id": 2796, "name": { "de": "Molekularbiologie", "en": "Molecular biology" }, "person": 58642 }, { "id": 2797, "name": { "de": "Zellbiologie", "en": "Cell biology" }, "person": 58642 }, { "id": 2027, "name": { "de": "Elektronenmikroskopie", "en": "electron microscopy" }, "person": 58881 }, { "id": 2028, "name": { "de": "Elektronentomographie", "en": "electron tomography" }, "person": 58881 }, { "id": 2029, "name": { "de": "Zellbiologie", "en": "cell biology" }, "person": 58881 }, { "id": 2030, "name": { "de": "Bildanalyse", "en": "image analysis" }, "person": 58881 }, { "id": 1993, "name": { "de": "Urologie", "en": "urology" }, "person": 58896 }, { "id": 1831, "name": { "de": "Forschungsanwendung/-implementierung", "en": "research utilization" }, "person": 58903 }, { "id": 2458, "name": { "de": "Pflegewissenschaft", "en": "nursing science" }, "person": 58903 }, { "id": 2459, "name": { "de": "Pflegeforschung", "en": "nursing research" }, "person": 58903 }, { "id": 3945, "name": { "de": "Myokardiale Adaptation", "en": "Myocardial Remodeling" }, "person": 58906 }, { "id": 3946, "name": { "de": "Herzinsuffizienz, Hypertrophie, Ischämie", "en": "Heart Failure, Hypertrophy, Ischemia" }, "person": 58906 }, { "id": 3947, "name": { "de": "Signaltransduktion, Kalzium Homöostase", "en": "Signaling, Calcium Homeostasis" }, "person": 58906 }, { "id": 3948, "name": { "de": "Interzelluläre Kommunikation", "en": "Intercellular Communication " }, "person": 58906 } ] }