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=3380
{ "count": 4698, "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=3400", "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=3360", "results": [ { "id": 3495, "name": { "de": "Regenerative Medizin", "en": "Regenerative Medicine" }, "person": 80111 }, { "id": 3496, "name": { "de": "Tissue Engineering", "en": "Tissue Engineering" }, "person": 80111 }, { "id": 3497, "name": { "de": "Handchirurgie", "en": "Hand Surgery" }, "person": 80111 }, { "id": 4650, "name": { "de": "Herzinsuffizienz", "en": " " }, "person": 81519 }, { "id": 4651, "name": { "de": "Kardiale Amyloidose", "en": " " }, "person": 81519 }, { "id": 4652, "name": { "de": "Hypertrophe Kardiomyopathie", "en": " " }, "person": 81519 }, { "id": 5960, "name": { "de": "Dermatochirurgie", "en": "Generel Dermatology" }, "person": 95463 }, { "id": 5519, "name": { "de": "Echokardiographie", "en": " " }, "person": 81519 }, { "id": 5520, "name": { "de": "Studiendesign", "en": " " }, "person": 81519 }, { "id": 3441, "name": { "de": "Neuronal cell biology", "en": "Neuronal cell biology" }, "person": 82290 }, { "id": 3442, "name": { "de": "Primary culture of neurons", "en": "Primary culture of neurons" }, "person": 82290 }, { "id": 3443, "name": { "de": "Live fluorescence microscopy", "en": "Live fluorescence microscopy" }, "person": 82290 }, { "id": 3444, "name": { "de": "Fluorescence recovery after photobleaching (FRAP)", "en": "Fluorescence recovery after photobleaching (FRAP)" }, "person": 82290 }, { "id": 3445, "name": { "de": "Immunolableing techniques", "en": "Immunolableing techniques" }, "person": 82290 }, { "id": 3440, "name": { "de": "L-type voltage gated calcium channel signaling complexes", "en": "L-type volgate gated calcium channel signaling complexes" }, "person": 82290 }, { "id": 3446, "name": { "de": "Membrane targeting and assembly of signaling complexes including L-type calcium channels", "en": "Membrane targeting and assembly of signaling complexes including L-type calcium channels" }, "person": 82290 }, { "id": 4077, "name": { "de": "Pulmonale Hämodynamik", "en": "Pulmonary Hemodynamics" }, "person": 79732 }, { "id": 4078, "name": { "de": "Echokardiographie", "en": "Echocardiography" }, "person": 79732 }, { "id": 4079, "name": { "de": "Stressechokardiographie", "en": "Exercise Echocardiography" }, "person": 79732 }, { "id": 4080, "name": { "de": "Spiroergometrie", "en": "Cardiopulmonary Exercise Testing" }, "person": 79732 } ] }