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=4640
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 4695,
    "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=4660",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=4620",
    "results": [
        {
            "id": 6071,
            "name": {
                "de": "Kutanes T-Zell-Lymphom (CTCL)",
                "en": "Cutaneous T-cell lymphoma (CTCL)"
            },
            "person": 98990
        },
        {
            "id": 6072,
            "name": {
                "de": "Hautmikrobiom und Tumorimmunologie",
                "en": "Skin microbiome and tumor immunology"
            },
            "person": 98990
        },
        {
            "id": 6073,
            "name": {
                "de": "JAK-STAT-Signalweg und molekulare Onkologie",
                "en": "JAK-STAT signaling pathway and molecular oncology"
            },
            "person": 98990
        },
        {
            "id": 6074,
            "name": {
                "de": "Präklinische In-vivo-Tumormodelle",
                "en": "Preclinical in vivo tumor models"
            },
            "person": 98990
        },
        {
            "id": 6075,
            "name": {
                "de": "Durchflusszytometrie und Immunphänotypisierung",
                "en": "Flow cytometry and immunophenotyping"
            },
            "person": 98990
        },
        {
            "id": 6098,
            "name": {
                "de": "Hochdurchsatz-Screening und Leitstrukturoptimierung",
                "en": "High-throughput screening and lead optimization"
            },
            "person": 98990
        },
        {
            "id": 6097,
            "name": {
                "de": "Genomlandschaftsanalyse von Tumoren",
                "en": "Tumor genome landscape analysis"
            },
            "person": 98990
        },
        {
            "id": 6099,
            "name": {
                "de": "Immun-Checkpoint-Modulation",
                "en": "Immune checkpoint modulation"
            },
            "person": 98990
        },
        {
            "id": 6087,
            "name": {
                "de": "Entzündliche Hauterkrankungen",
                "en": "Inflammatory skin diseases"
            },
            "person": 98990
        },
        {
            "id": 6088,
            "name": {
                "de": "Immunogener Zelltod (ICD)",
                "en": "Immunogenic cell death (ICD)"
            },
            "person": 98990
        },
        {
            "id": 6089,
            "name": {
                "de": "Phototherapie und PUVA",
                "en": "Phototherapy and PUVA"
            },
            "person": 98990
        },
        {
            "id": 6090,
            "name": {
                "de": "STAT3/STAT5-Signaltransduktion",
                "en": "STAT3/STAT5 signal transduction"
            },
            "person": 98990
        },
        {
            "id": 6081,
            "name": {
                "de": "Chromosomale Instabilität",
                "en": "Chromosomal instability"
            },
            "person": 98990
        },
        {
            "id": 6092,
            "name": {
                "de": "16S-Mikrobiomprofilierung und Metagenomik",
                "en": "16S microbiome profiling and metagenomics"
            },
            "person": 98990
        },
        {
            "id": 6093,
            "name": {
                "de": "Reproduzierbare Forschung und Datenvisualisierung",
                "en": "Reproducible research and data visualization"
            },
            "person": 98990
        },
        {
            "id": 6094,
            "name": {
                "de": "Open-Source-Softwareentwicklung für die Forschung",
                "en": "Open-source software development for research"
            },
            "person": 98990
        },
        {
            "id": 6095,
            "name": {
                "de": "Translationale Forschung in der Dermatologie",
                "en": "Translational research in dermatology"
            },
            "person": 98990
        },
        {
            "id": 6096,
            "name": {
                "de": "Multikinase-Inhibitoren und pharmakologische Interventionen",
                "en": "Multi-kinase inhibitors and pharmacologic interventions"
            },
            "person": 98990
        },
        {
            "id": 6076,
            "name": {
                "de": "Histopathologie und quantitative Bildanalyse",
                "en": "Histopathology and quantitative image analysis"
            },
            "person": 98990
        },
        {
            "id": 6077,
            "name": {
                "de": "Molekularbiologie und CRISPR/Cas9-Genombearbeitung",
                "en": "Molecular biology and CRISPR/Cas9 genome editing"
            },
            "person": 98990
        }
    ]
}