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=2920
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=2940",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=2900",
    "results": [
        {
            "id": 1129,
            "name": {
                "de": "Hämatologie",
                "en": "Hematology"
            },
            "person": 53472
        },
        {
            "id": 1130,
            "name": {
                "de": "Onkologie",
                "en": "Oncology"
            },
            "person": 53472
        },
        {
            "id": 1131,
            "name": {
                "de": "Immunologie",
                "en": "Immunology"
            },
            "person": 53472
        },
        {
            "id": 1132,
            "name": {
                "de": "Stammzelltransplantation",
                "en": "Stem Cell Transplantation"
            },
            "person": 53472
        },
        {
            "id": 1133,
            "name": {
                "de": "Stammzellforschung",
                "en": "Stem Cell Research"
            },
            "person": 53472
        },
        {
            "id": 2976,
            "name": {
                "de": "\tKnowledge management and web technologies Knowledge management and web technologies",
                "en": "\tKnowledge management and web technologies Knowledge management and web technologies"
            },
            "person": 61670
        },
        {
            "id": 2977,
            "name": {
                "de": "\tMedia monitoring and analysis Media monitoring and analysis",
                "en": "\tMedia monitoring and analysis Media monitoring and analysis"
            },
            "person": 61670
        },
        {
            "id": 2978,
            "name": {
                "de": "eLearning",
                "en": "eLearning"
            },
            "person": 61670
        },
        {
            "id": 2577,
            "name": {
                "de": "Kardiovaskuläre Pathophysiologie",
                "en": "Cardiovascular Pathophysiology"
            },
            "person": 60786
        },
        {
            "id": 2317,
            "name": {
                "de": "Computersimulationen der elektrischen Aktivitaet im Herzen",
                "en": "Computer Simulations of the Electrical Activity in the Heart"
            },
            "person": 61053
        },
        {
            "id": 2318,
            "name": {
                "de": "Computer Simulations of the Electrical Activity of the Heart based on FEM",
                "en": "Computer Simulations of the Electrical Activity of the Heart based on FEM"
            },
            "person": 61054
        },
        {
            "id": 3282,
            "name": {
                "de": "Pädiatrische Gastroenterologie und Hepatologie",
                "en": "Pediatric Gastroenterology and Hepatology"
            },
            "person": 56792
        },
        {
            "id": 3283,
            "name": {
                "de": "Pädiatrische Rheumatologie",
                "en": "Pediatric Rheumatology"
            },
            "person": 56792
        },
        {
            "id": 2436,
            "name": {
                "de": "Neurochirurgie",
                "en": "Neurosurgery"
            },
            "person": 61413
        },
        {
            "id": 3023,
            "name": {
                "de": "Humangenetik",
                "en": "Human Genetics"
            },
            "person": 61518
        },
        {
            "id": 3024,
            "name": {
                "de": "Genetische Beratung",
                "en": "Genetic Counselling"
            },
            "person": 61518
        },
        {
            "id": 3025,
            "name": {
                "de": "Molekulargenetik",
                "en": "Molecular Genetics"
            },
            "person": 61518
        },
        {
            "id": 3026,
            "name": {
                "de": "Array-CGH",
                "en": "Array-CGH"
            },
            "person": 61518
        },
        {
            "id": 4426,
            "name": {
                "de": "Vitreoretinale Chirurgie",
                "en": "Vitreoretinal surgery"
            },
            "person": 61522
        },
        {
            "id": 4428,
            "name": {
                "de": "Kataraktchirurgie",
                "en": "Cataract surgery"
            },
            "person": 61522
        }
    ]
}