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=480
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 4613,
    "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=500",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=460",
    "results": [
        {
            "id": 4398,
            "name": {
                "de": "Herzschrittmachertherapie",
                "en": "Pacemaker"
            },
            "person": 62118
        },
        {
            "id": 5473,
            "name": {
                "de": "Sondenlose Herzschrittmacher",
                "en": "Leadless Pacing"
            },
            "person": 62118
        },
        {
            "id": 5474,
            "name": {
                "de": "Conduction System Pacing (HBP, HOT-CRT)",
                "en": "Conduction System Pacing (HBP, HOT-CRT)"
            },
            "person": 62118
        },
        {
            "id": 1785,
            "name": {
                "de": "Metastasenforschung",
                "en": "Metastasis research"
            },
            "person": 59188
        },
        {
            "id": 1786,
            "name": {
                "de": "disseminierte tumorzellen",
                "en": "disseminated tumor cells"
            },
            "person": 59188
        },
        {
            "id": 1787,
            "name": {
                "de": "Metastasierende brustkrebsstammzellen",
                "en": "metastatic breast cancer stem cells"
            },
            "person": 59188
        },
        {
            "id": 1788,
            "name": {
                "de": "Immunologische antineoplastische therapeutische Strategien",
                "en": "immunological antineoplastic therapeutic strategies"
            },
            "person": 59188
        },
        {
            "id": 5256,
            "name": {
                "de": "Brustkrebs",
                "en": "Breast Cancer"
            },
            "person": 59188
        },
        {
            "id": 1470,
            "name": {
                "de": "Kardiovaskuläres System",
                "en": "cardiovascular system"
            },
            "person": 51671
        },
        {
            "id": 1469,
            "name": {
                "de": "Autonomes Nervensystem",
                "en": "autonomic nervous system"
            },
            "person": 51671
        },
        {
            "id": 1471,
            "name": {
                "de": "Chronobiologie",
                "en": "chronobiology"
            },
            "person": 51671
        },
        {
            "id": 1472,
            "name": {
                "de": "Balneologie",
                "en": "balneology"
            },
            "person": 51671
        },
        {
            "id": 1473,
            "name": {
                "de": "Systemphysiologie",
                "en": "system physiology"
            },
            "person": 51671
        },
        {
            "id": 1474,
            "name": {
                "de": "Chronomedizin",
                "en": "chronomedicine"
            },
            "person": 51671
        },
        {
            "id": 1475,
            "name": {
                "de": "Psychophysiologie",
                "en": "psychophysiology"
            },
            "person": 51671
        },
        {
            "id": 304,
            "name": {
                "de": "Hals-, Nasen-, Ohrenkrankheiten",
                "en": "Hals-, Nasen-, Ohrenkrankheiten"
            },
            "person": 51637
        },
        {
            "id": 305,
            "name": {
                "de": "Flugmedizin",
                "en": "Flugmedizin"
            },
            "person": 51637
        },
        {
            "id": 306,
            "name": {
                "de": "Arbeitsmedizin",
                "en": "Arbeitsmedizin"
            },
            "person": 51637
        },
        {
            "id": 2746,
            "name": {
                "de": "Molekularbiologie",
                "en": "Molecular Biology"
            },
            "person": 57926
        },
        {
            "id": 2999,
            "name": {
                "de": "Intensivmedizin",
                "en": "Intensiv Care"
            },
            "person": 57926
        }
    ]
}