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=2700
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=2720",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=2680",
    "results": [
        {
            "id": 598,
            "name": {
                "de": "Neonatale Chirurgie",
                "en": "Neonatal Surgery"
            },
            "person": 51881
        },
        {
            "id": 599,
            "name": {
                "de": "Allgemeine Kinderchirurgie",
                "en": "General Pediatric Surgery"
            },
            "person": 51881
        },
        {
            "id": 2329,
            "name": {
                "de": "Kinderradiologie",
                "en": "Pediatric Radiology"
            },
            "person": 51958
        },
        {
            "id": 2330,
            "name": {
                "de": "Computertomografie",
                "en": "Computed tomography"
            },
            "person": 51958
        },
        {
            "id": 2331,
            "name": {
                "de": "Magnetresonanztomografie",
                "en": "Magnetic resonance imaging"
            },
            "person": 51958
        },
        {
            "id": 734,
            "name": {
                "de": "Akute myeloische Leukämie",
                "en": "Acute myeloid leukemia"
            },
            "person": 57402
        },
        {
            "id": 735,
            "name": {
                "de": "Myelodysplastisches Syndrom",
                "en": "Myelodysplastic Syndrom"
            },
            "person": 57402
        },
        {
            "id": 736,
            "name": {
                "de": "RAS-RAF-MEK-ERK Signaltransduktion",
                "en": "RAS-RAF-MEK-ERK signal transduction"
            },
            "person": 57402
        },
        {
            "id": 1917,
            "name": {
                "de": "Gynäkologie und Geburtshilfe in Ländern des Südens",
                "en": "Obstetrics and Gynecology in the tropics and developing countries "
            },
            "person": 50454
        },
        {
            "id": 1913,
            "name": {
                "de": "Schwangerschaftsdiabetes",
                "en": "Diabetes in Pregnancy"
            },
            "person": 50454
        },
        {
            "id": 1918,
            "name": {
                "de": "Mutter - und Neugeborenengesundheit in Flüchtlingslagern ",
                "en": "Mother and Newbornhealth in refugee settings "
            },
            "person": 50454
        },
        {
            "id": 703,
            "name": {
                "de": "Kinder- u. Jugendheilkunde",
                "en": "Paediatrics"
            },
            "person": 51647
        },
        {
            "id": 704,
            "name": {
                "de": "Infektiologie",
                "en": "Infectious diseases"
            },
            "person": 51647
        },
        {
            "id": 705,
            "name": {
                "de": "Vakzinologie",
                "en": "Vaccinology"
            },
            "person": 51647
        },
        {
            "id": 706,
            "name": {
                "de": "Haemostaseologie",
                "en": "Hemostaseology"
            },
            "person": 51647
        },
        {
            "id": 721,
            "name": {
                "de": "Genetik",
                "en": "Genetics"
            },
            "person": 51647
        },
        {
            "id": 1850,
            "name": {
                "de": "Med. Biologie, Humangenetik, genetische Beratung",
                "en": "med. biology, human genetics, genetic counseling"
            },
            "person": 51665
        },
        {
            "id": 646,
            "name": {
                "de": "Uro-Onkologie",
                "en": "urologic oncology"
            },
            "person": 51738
        },
        {
            "id": 647,
            "name": {
                "de": "Nierenzellkarzinom",
                "en": "renal cell carcinoma"
            },
            "person": 51738
        },
        {
            "id": 648,
            "name": {
                "de": "Urothelkarzinom",
                "en": "urothelial cancer"
            },
            "person": 51738
        }
    ]
}