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=1020
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=1040",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=1000",
    "results": [
        {
            "id": 2177,
            "name": {
                "de": "Neonatal Ventilation",
                "en": "Neonatal Ventilation"
            },
            "person": 51044
        },
        {
            "id": 2178,
            "name": {
                "de": "Neonatal Resuscitation",
                "en": "Neonatal Resuscitation"
            },
            "person": 51044
        },
        {
            "id": 2750,
            "name": {
                "de": "Electrical Impedance Tomography",
                "en": "Electrical Impedance Tomography"
            },
            "person": 51044
        },
        {
            "id": 2751,
            "name": {
                "de": "Neonatal Simulation Training",
                "en": "Neonatal Simulation Training"
            },
            "person": 51044
        },
        {
            "id": 2752,
            "name": {
                "de": "Neonatal Transport Medicine",
                "en": "Neonatal Transport Medicine"
            },
            "person": 51044
        },
        {
            "id": 2754,
            "name": {
                "de": "Neonatal Resuscitation Research",
                "en": "Neonatal Resuscitation Research"
            },
            "person": 51044
        },
        {
            "id": 2556,
            "name": {
                "de": "Neonatal Transition",
                "en": "Neonatal Transition"
            },
            "person": 51044
        },
        {
            "id": 2753,
            "name": {
                "de": "Ultrasound (Cranial, Hip)",
                "en": "Ultrasound (Cranial, Hip)"
            },
            "person": 51044
        },
        {
            "id": 2609,
            "name": {
                "de": "Experimentelle Ophthalmologie",
                "en": "experimental ophthalmology"
            },
            "person": 51589
        },
        {
            "id": 2610,
            "name": {
                "de": "Trockenes Auge",
                "en": "dry eye"
            },
            "person": 51589
        },
        {
            "id": 2611,
            "name": {
                "de": "Glaskörperstrukturforschung",
                "en": "vitreous body structure"
            },
            "person": 51589
        },
        {
            "id": 2612,
            "name": {
                "de": "Diabetes mellitus und Auge",
                "en": "diabetes mellitus and eye"
            },
            "person": 51589
        },
        {
            "id": 2613,
            "name": {
                "de": "Bindegewebsforschung",
                "en": "connective tissue investigations"
            },
            "person": 51589
        },
        {
            "id": 293,
            "name": {
                "de": "Extrakorporale Systeme",
                "en": "extracorporeal systems"
            },
            "person": 51834
        },
        {
            "id": 295,
            "name": {
                "de": "Hemodialyse",
                "en": "hemodialysis"
            },
            "person": 51834
        },
        {
            "id": 3107,
            "name": {
                "de": "Elektrolyte, Wasser & Volumen",
                "en": "electrolytes, water & volume"
            },
            "person": 51834
        },
        {
            "id": 3106,
            "name": {
                "de": "Mathematische Modellierung",
                "en": "mathematical modeling"
            },
            "person": 51834
        },
        {
            "id": 635,
            "name": {
                "de": "Pädiatrische Intensivmedizin",
                "en": "Paediatric intensive care medicine"
            },
            "person": 51573
        },
        {
            "id": 636,
            "name": {
                "de": "Sportmedizin",
                "en": "Sports medicine"
            },
            "person": 51573
        },
        {
            "id": 637,
            "name": {
                "de": "Pädiatrische Kardiologie",
                "en": "Paediatric cardiology "
            },
            "person": 51573
        }
    ]
}