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=4120
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 4559,
    "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=4140",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=4100",
    "results": [
        {
            "id": 4353,
            "name": {
                "de": "Metabolismus",
                "en": "Metabolism"
            },
            "person": 94512
        },
        {
            "id": 4348,
            "name": {
                "de": "Autophagie",
                "en": "Autophagy"
            },
            "person": 94512
        },
        {
            "id": 4350,
            "name": {
                "de": "Herzinsuffizienz",
                "en": "Heart Failure"
            },
            "person": 94512
        },
        {
            "id": 4354,
            "name": {
                "de": "Hämodynamik",
                "en": "Haemodynamics"
            },
            "person": 94512
        },
        {
            "id": 4355,
            "name": {
                "de": "Altern",
                "en": "Aging"
            },
            "person": 94512
        },
        {
            "id": 5102,
            "name": {
                "de": "Mikrobiologie",
                "en": "Microbiology"
            },
            "person": 95317
        },
        {
            "id": 5103,
            "name": {
                "de": "Mikrobiomforschung",
                "en": "Microbiome Research"
            },
            "person": 95317
        },
        {
            "id": 5104,
            "name": {
                "de": "Bioinformatik",
                "en": "Bioinformatics "
            },
            "person": 95317
        },
        {
            "id": 5105,
            "name": {
                "de": "Molekularbiologie ",
                "en": "Molecular Biology"
            },
            "person": 95317
        },
        {
            "id": 5106,
            "name": {
                "de": "Biochemie",
                "en": "Biochemistry"
            },
            "person": 95317
        },
        {
            "id": 4815,
            "name": {
                "de": "Erythropoese",
                "en": "erythropoiesis"
            },
            "person": 96172
        },
        {
            "id": 4816,
            "name": {
                "de": "Hämatopoese",
                "en": "hematopoiesis"
            },
            "person": 96172
        },
        {
            "id": 4817,
            "name": {
                "de": "induzierbare pluripotente Stammzellen",
                "en": "induced pluripotent stem cells"
            },
            "person": 96172
        },
        {
            "id": 4818,
            "name": {
                "de": "Ex-vivo Expansion hämatopoetischer Zellen",
                "en": "ex-vivo expansion of hematopoietic cells"
            },
            "person": 96172
        },
        {
            "id": 4819,
            "name": {
                "de": "Stammzellbiologie",
                "en": "stem cell biology"
            },
            "person": 96172
        },
        {
            "id": 5045,
            "name": {
                "de": "Orale Medizin",
                "en": "Oral Medicine"
            },
            "person": 75503
        },
        {
            "id": 5046,
            "name": {
                "de": "Orale Chirurgie",
                "en": "Oral Surgery"
            },
            "person": 75503
        },
        {
            "id": 5047,
            "name": {
                "de": "Zahnärztliche Radiologie",
                "en": "Dental Radiology"
            },
            "person": 75503
        },
        {
            "id": 5048,
            "name": {
                "de": "Implantologie",
                "en": "Implantology"
            },
            "person": 75503
        },
        {
            "id": 4463,
            "name": {
                "de": "Optoelektronik zur Neurostimulation",
                "en": "Optoelectronics for neurostimulation"
            },
            "person": 98848
        }
    ]
}