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=4040
{ "count": 4559, "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=4060", "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=4020", "results": [ { "id": 5919, "name": { "de": "mpMRT der Prostata", "en": "mpMRI of prostate" }, "person": 74075 }, { "id": 5214, "name": { "de": "Reproduktive Endokrinologie", "en": "Reproductive Endocrinology" }, "person": 100068 }, { "id": 5215, "name": { "de": "Immunologie", "en": "Immunologie" }, "person": 100068 }, { "id": 5216, "name": { "de": "Energiestoffwechsel", "en": "Energie Metabolism" }, "person": 100068 }, { "id": 4756, "name": { "de": "SAXS Analyse", "en": "SAXS analysis" }, "person": 100223 }, { "id": 4754, "name": { "de": "NMR Spektroskopie", "en": "NMR spectroscopy" }, "person": 100223 }, { "id": 4755, "name": { "de": "Proteinexpression", "en": "protein expression" }, "person": 100223 }, { "id": 4606, "name": { "de": "Pädiatrische Hämato-Onkologie", "en": "pediatric hemato-oncology" }, "person": 98278 }, { "id": 4954, "name": { "de": "Pädiatrische ZNS-Tumoren", "en": "pediatric CNS tumors" }, "person": 98278 }, { "id": 4959, "name": { "de": "Stellvertretender nationaler Studienkoordinator SIOP PNET 5 MB", "en": "Deputy national study coordinator SIOP PNET 5 MB" }, "person": 98278 }, { "id": 5583, "name": { "de": "Mitarbeit in der HIT-/SIOPe Arbeitsgruppe für pädiatrische hochgradige Gliome (HGG)", "en": "Member of the HIT-/SIOPe working group for pediatric high-grade glioma (HGG)" }, "person": 98278 }, { "id": 4960, "name": { "de": "Stellvertretender nationaler Studienkoordinator des internationalen Registers I-HIT-MED", "en": "Deputy national study coordinator of the international I-HIT-MED registry" }, "person": 98278 }, { "id": 5341, "name": { "de": "Nationaler Studienkoordinator SIOP-HRMB", "en": "National Study Coordinator SIOP-HRMB" }, "person": 98278 }, { "id": 3876, "name": { "de": "Biomechanik", "en": "Biomechanics" }, "person": 89376 }, { "id": 3877, "name": { "de": "Angewandte Mathematik", "en": "Applied Mathematics" }, "person": 89376 }, { "id": 3878, "name": { "de": "Physik", "en": "Physics" }, "person": 89376 }, { "id": 3879, "name": { "de": "Software Entwicklung", "en": "Software Engineering" }, "person": 89376 }, { "id": 3785, "name": { "de": "Arbeitsmedizin", "en": "Occupational Medicine" }, "person": 53466 }, { "id": 3786, "name": { "de": "Gentoxikologie", "en": "Genotoxicology" }, "person": 53466 }, { "id": 3787, "name": { "de": "Berufskrankheiten", "en": "Occupational desease" }, "person": 53466 } ] }