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=3280
{ "count": 4698, "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=3300", "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=3260", "results": [ { "id": 5288, "name": { "de": "Gefäßzugänge beim Neugeborenen", "en": "Vascular access in the newborn" }, "person": 79516 }, { "id": 4682, "name": { "de": "Präklinische Notfallmedizin", "en": "Prehospital emergency medicine" }, "person": 79516 }, { "id": 4683, "name": { "de": "Neonatale Adaptation", "en": "Neonatal transition" }, "person": 79516 }, { "id": 4684, "name": { "de": "Zerebrales Blutvolumen", "en": "Cerebral blood volume" }, "person": 79516 }, { "id": 5343, "name": { "de": "Kongenitale Zwerchfellhernie", "en": "Congenital diaphragmatic hernia" }, "person": 79516 }, { "id": 5290, "name": { "de": "(Nicht-)invasive Beatmung des Neugeborenen", "en": "(Non-)invasive ventilation of the neonate" }, "person": 79516 }, { "id": 3861, "name": { "de": "Schmerztherapie", "en": "pain therapy" }, "person": 78611 }, { "id": 3862, "name": { "de": "Neuropathischer Schmerz", "en": "neuropathic pain" }, "person": 78611 }, { "id": 3849, "name": { "de": "Schmerzerfassung", "en": "pain assessment" }, "person": 78611 }, { "id": 3885, "name": { "de": "Allgemeinmedizin", "en": "general medicine" }, "person": 78611 }, { "id": 4210, "name": { "de": "Fuß- und Sprunggelenkschirurgie", "en": "Foot & Ankle" }, "person": 80491 }, { "id": 3659, "name": { "de": "Endoprothetik", "en": "Arthroplasty" }, "person": 80491 }, { "id": 3661, "name": { "de": "Osteoporotische Frakturen", "en": "Osteoporotic fractures" }, "person": 80491 }, { "id": 3662, "name": { "de": "Frakturheilung", "en": "Fracture healing" }, "person": 80491 }, { "id": 3728, "name": { "de": "Arthrose", "en": "Osteoarthritis" }, "person": 80491 }, { "id": 4410, "name": { "de": "Sportmedizin", "en": "Sports Medicine" }, "person": 80491 }, { "id": 4264, "name": { "de": "Medizinische Biochemie", "en": "Medical Biochemistry" }, "person": 80631 }, { "id": 4265, "name": { "de": "Medizinische Molekularbiologie", "en": "Medical Molecular Biology" }, "person": 80631 }, { "id": 4266, "name": { "de": "Zellbiologie", "en": "Cell biology" }, "person": 80631 }, { "id": 4621, "name": { "de": "Tierversuchskunde", "en": "Laboratory Animal Science" }, "person": 80631 } ] }