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=3320
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 4698,
    "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=3340",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=3300",
    "results": [
        {
            "id": 2705,
            "name": {
                "de": "Hämodialyse",
                "en": "Hemodialysis"
            },
            "person": 67567
        },
        {
            "id": 2755,
            "name": {
                "de": "Facharzt für Pathologie ",
                "en": "Pathologist"
            },
            "person": 67647
        },
        {
            "id": 2756,
            "name": {
                "de": "Facharzt für Neuropathologie ",
                "en": "Neuropathologist"
            },
            "person": 67647
        },
        {
            "id": 2757,
            "name": {
                "de": "Studium der Molekularbiologie ",
                "en": "Study of Molecular Biology"
            },
            "person": 67647
        },
        {
            "id": 2758,
            "name": {
                "de": "Gesundheitsökonom",
                "en": "Academic Health Care Manager"
            },
            "person": 67647
        },
        {
            "id": 1814,
            "name": {
                "de": "Großzellig anaplastisches T-zell Lymphom",
                "en": "anaplastic large cell lymphoma (ALCL)"
            },
            "person": 53928
        },
        {
            "id": 1815,
            "name": {
                "de": "T-zell Lymphome",
                "en": "T-cell lymphoma"
            },
            "person": 53928
        },
        {
            "id": 1816,
            "name": {
                "de": "Akute myeloische Leukämie (AML)",
                "en": "acute myeloid leukemia (AML)"
            },
            "person": 53928
        },
        {
            "id": 1817,
            "name": {
                "de": "Infektionen bei Krebspatienten",
                "en": "Infections in cancer patients"
            },
            "person": 53928
        },
        {
            "id": 2862,
            "name": {
                "de": "angeborene Herzfehler",
                "en": "congenital heart defects"
            },
            "person": 69417
        },
        {
            "id": 2861,
            "name": {
                "de": "kardiale Magnetresonanztomographie",
                "en": "cardiac magnetic resonance imaging"
            },
            "person": 69417
        },
        {
            "id": 4054,
            "name": {
                "de": "Informatik",
                "en": "Informatic"
            },
            "person": 70339
        },
        {
            "id": 4049,
            "name": {
                "de": "Statistik, BiostatistiK",
                "en": "Statistics, Biostatistic"
            },
            "person": 70339
        },
        {
            "id": 4050,
            "name": {
                "de": "Mathemetik",
                "en": "Mathematic"
            },
            "person": 70339
        },
        {
            "id": 4268,
            "name": {
                "de": "Statistische Genetik ",
                "en": "Statistical Genetic"
            },
            "person": 70339
        },
        {
            "id": 4237,
            "name": {
                "de": "Good Clinical Practice ",
                "en": "Good Clinical Practice"
            },
            "person": 70220
        },
        {
            "id": 5071,
            "name": {
                "de": "Zertifizierung als Kinder- u- Jugendrheumatologin durch GKJR seit 2013",
                "en": "Specialist for Pediatric Rheumatology"
            },
            "person": 60213
        },
        {
            "id": 5070,
            "name": {
                "de": "Spezialisierung in Pädiatrischer Rheumatologie durch ÖÄK",
                "en": "Specialist for Paediatric Rheumatology"
            },
            "person": 60213
        },
        {
            "id": 2988,
            "name": {
                "de": "Molekularbiologie",
                "en": "Molecular Biology"
            },
            "person": 71791
        },
        {
            "id": 2989,
            "name": {
                "de": "Biotechnologie",
                "en": "Biotechnology"
            },
            "person": 71791
        }
    ]
}