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=4240
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=4260",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=4220",
    "results": [
        {
            "id": 5730,
            "name": {
                "de": "Computersimulationen",
                "en": "Computer simulation"
            },
            "person": 123850
        },
        {
            "id": 5731,
            "name": {
                "de": "Antiarrhythmika",
                "en": "Antiarrhythmic drugs"
            },
            "person": 123850
        },
        {
            "id": 5756,
            "name": {
                "de": "Metagenomik",
                "en": "Metagenomics"
            },
            "person": 125176
        },
        {
            "id": 5757,
            "name": {
                "de": "Mikrobielle Ökologie",
                "en": "Microbial Ecology"
            },
            "person": 125176
        },
        {
            "id": 5759,
            "name": {
                "de": "Metabolische Modellierung",
                "en": "Metabolic Modeling"
            },
            "person": 125176
        },
        {
            "id": 5760,
            "name": {
                "de": "Bioinformatik",
                "en": "Computational Biology"
            },
            "person": 125176
        },
        {
            "id": 5139,
            "name": {
                "de": "T-Zellen",
                "en": "T cells"
            },
            "person": 107391
        },
        {
            "id": 5140,
            "name": {
                "de": "Immunometabolismus",
                "en": "Immunometabolism"
            },
            "person": 107391
        },
        {
            "id": 5141,
            "name": {
                "de": "Neuroimmunologie",
                "en": "Neuroimmunology"
            },
            "person": 107391
        },
        {
            "id": 5142,
            "name": {
                "de": "Entzündung",
                "en": "Inflammation"
            },
            "person": 107391
        },
        {
            "id": 5143,
            "name": {
                "de": "Autoimmunität",
                "en": "Autoimmunity"
            },
            "person": 107391
        },
        {
            "id": 5717,
            "name": {
                "de": "Mikroelektroden Arrays",
                "en": "Microelectrode Arrays"
            },
            "person": 104822
        },
        {
            "id": 5718,
            "name": {
                "de": "Elektrophysiologie",
                "en": "Electrophysiology"
            },
            "person": 104822
        },
        {
            "id": 5719,
            "name": {
                "de": "Elektrische Stimulationsmethoden",
                "en": "Electrical Stimulation Methods"
            },
            "person": 104822
        },
        {
            "id": 5442,
            "name": {
                "de": "Biologische Datenanalyse",
                "en": "Biological Data Analysis"
            },
            "person": 111471
        },
        {
            "id": 5443,
            "name": {
                "de": "R-Programmierung",
                "en": "R programming"
            },
            "person": 111471
        },
        {
            "id": 5444,
            "name": {
                "de": "Biostatistik",
                "en": "Biostatistics"
            },
            "person": 111471
        },
        {
            "id": 5445,
            "name": {
                "de": "Molekularbiologische Techniken",
                "en": "Molecular Biology Techniques"
            },
            "person": 111471
        },
        {
            "id": 5446,
            "name": {
                "de": "Neuronale Netze und Deep Learning",
                "en": "Neural Networks and Deep Learning"
            },
            "person": 111471
        },
        {
            "id": 5608,
            "name": {
                "de": "Orthoptik",
                "en": "orthoptics"
            },
            "person": 98844
        }
    ]
}