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=4380
{ "count": 4613, "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=4400", "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=4360", "results": [ { "id": 5606, "name": { "de": "Mitochondrien", "en": "mitochondria" }, "person": 110990 }, { "id": 5607, "name": { "de": "Metabolismus", "en": "metabolism" }, "person": 110990 }, { "id": 5461, "name": { "de": "Magnetresonanztomographie", "en": "Magnetic Resonance Imaging" }, "person": 103183 }, { "id": 5462, "name": { "de": "Elastographie", "en": "Elastography" }, "person": 103183 }, { "id": 5463, "name": { "de": "Neurologie", "en": "Neurology" }, "person": 103183 }, { "id": 5464, "name": { "de": "Neuroimaging", "en": "Neuroimaging" }, "person": 103183 }, { "id": 5737, "name": { "de": "Biochemie", "en": "Biochemistry" }, "person": 114534 }, { "id": 5738, "name": { "de": "Zellbiologie", "en": "Cell Biology" }, "person": 114534 }, { "id": 5739, "name": { "de": "Bioelektronik", "en": "Bioelectronics" }, "person": 114534 }, { "id": 5740, "name": { "de": "Drug Delivery", "en": "Drug Delivery" }, "person": 114534 }, { "id": 5741, "name": { "de": "Chemotherapie", "en": "Chemotherapy" }, "person": 114534 }, { "id": 5698, "name": { "de": "Finite-Elemente-Analyse", "en": "Finite Element Analysis" }, "person": 119147 }, { "id": 5699, "name": { "de": "Numerische Strömungssimulation", "en": "Computational Fluid Dynamics" }, "person": 119147 }, { "id": 5700, "name": { "de": "Elektrophysiologiesimulation", "en": "Electrophysiology Simulation " }, "person": 119147 }, { "id": 5701, "name": { "de": "Computerunterstütztes Design", "en": "Computer Aided Design" }, "person": 119147 }, { "id": 5702, "name": { "de": "Medizinische Geräteentwicklung", "en": "Medical Device Design" }, "person": 119147 }, { "id": 5686, "name": { "de": "Kardiovaskuläre Forschung", "en": "Cardiovascular Research" }, "person": 119127 }, { "id": 5689, "name": { "de": "Darm-Hirn Achse", "en": "Gut-Brain Axis" }, "person": 118787 }, { "id": 5690, "name": { "de": "Verhalten", "en": "Behaviour" }, "person": 118787 }, { "id": 5691, "name": { "de": "Mikrobiom", "en": "Microbiome" }, "person": 118787 } ] }