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=2100
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 4685,
    "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=2120",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=2080",
    "results": [
        {
            "id": 2766,
            "name": {
                "de": "Pädiatrische Nephrologie",
                "en": "Pediatric Nephrology"
            },
            "person": 61824
        },
        {
            "id": 2559,
            "name": {
                "de": "ELISA",
                "en": "ELISA"
            },
            "person": 62748
        },
        {
            "id": 2560,
            "name": {
                "de": "qRT-PCR",
                "en": "qRT-PCR"
            },
            "person": 62748
        },
        {
            "id": 2558,
            "name": {
                "de": "cell culture",
                "en": "cell culture"
            },
            "person": 62748
        },
        {
            "id": 2561,
            "name": {
                "de": "Luminex platform",
                "en": "Luminex platform"
            },
            "person": 62748
        },
        {
            "id": 4665,
            "name": {
                "de": "single cell RNA-Seq",
                "en": "single cell RNA-Seq"
            },
            "person": 62748
        },
        {
            "id": 4666,
            "name": {
                "de": "invasive hemodynamics",
                "en": "invasive hemodynamics"
            },
            "person": 62748
        },
        {
            "id": 4825,
            "name": {
                "de": "fluorescence activated cell sorting",
                "en": "fluorescence activated cell sorting"
            },
            "person": 62748
        },
        {
            "id": 414,
            "name": {
                "de": "Melanom",
                "en": "melanoma"
            },
            "person": 52274
        },
        {
            "id": 3414,
            "name": {
                "de": "Subzelluläre Regulation von Ca2+ Signalen",
                "en": "Subcellular Ca2+-handling"
            },
            "person": 62747
        },
        {
            "id": 3239,
            "name": {
                "de": "Herzinsuffizienz",
                "en": "Heart failure"
            },
            "person": 62747
        },
        {
            "id": 3240,
            "name": {
                "de": "Kalzium Homeostasis",
                "en": "Calcium homeostasis"
            },
            "person": 62747
        },
        {
            "id": 2792,
            "name": {
                "de": "Transplantation",
                "en": "Transplantation"
            },
            "person": 50989
        },
        {
            "id": 2790,
            "name": {
                "de": "Hepatologie",
                "en": "Hepatology"
            },
            "person": 50989
        },
        {
            "id": 2791,
            "name": {
                "de": "Immunologie",
                "en": "Immunology"
            },
            "person": 50989
        },
        {
            "id": 4008,
            "name": {
                "de": "Mikrobiom",
                "en": "Microbiome"
            },
            "person": 50989
        },
        {
            "id": 4009,
            "name": {
                "de": "Darmpermeabilität",
                "en": "Intestinal permeability"
            },
            "person": 50989
        },
        {
            "id": 4010,
            "name": {
                "de": "Probiotika",
                "en": "Probiotic"
            },
            "person": 50989
        },
        {
            "id": 1930,
            "name": {
                "de": "•  Complete Course (Diploma Course) on Clinical Immunology with national examination (oral Diploma",
                "en": "•  Complete Course (Diploma Course) on Clinical Immunology with national examination (oral Diploma"
            },
            "person": 58757
        },
        {
            "id": 1931,
            "name": {
                "de": "examination) carried out by me and authorized by the federal state of Styria, Austria",
                "en": "examination) carried out by me and authorized by the federal state of Styria, Austria"
            },
            "person": 58757
        }
    ]
}