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=2140
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=2160",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=2120",
    "results": [
        {
            "id": 1904,
            "name": {
                "de": "Structure, Dynamics and Molecular Interactions of Biomolecules in particular DNA and enzymes,",
                "en": "Structure, Dynamics and Molecular Interactions of Biomolecules in particular DNA and enzymes,"
            },
            "person": 58757
        },
        {
            "id": 5789,
            "name": {
                "de": "Funktionelle Rhinochirurgie",
                "en": "Functional Rhinosurgery"
            },
            "person": 92858
        },
        {
            "id": 1919,
            "name": {
                "de": "• University Teacher at undergraduate, graduate and postgraduate levels in Biochemistry/Molecular",
                "en": "• University Teacher at undergraduate, graduate and postgraduate levels in Biochemistry/Molecular"
            },
            "person": 58757
        },
        {
            "id": 1920,
            "name": {
                "de": "and Cell Biology, Physiological Chemistry, Immunology, Biotechnology, Organic Chemistry and topics",
                "en": "and Cell Biology, Physiological Chemistry, Immunology, Biotechnology, Organic Chemistry and topics"
            },
            "person": 58757
        },
        {
            "id": 1921,
            "name": {
                "de": "of Biophysics (life sciences: Biochemistry and Molecular Biology, Biotechnology, Chemistry,",
                "en": "of Biophysics (life sciences: Biochemistry and Molecular Biology, Biotechnology, Chemistry,"
            },
            "person": 58757
        },
        {
            "id": 1922,
            "name": {
                "de": "Biophysics, Physics, Molecular Medicine, Biology, Single Molecule Spectroscopy) and in Medicine at",
                "en": "Biophysics, Physics, Molecular Medicine, Biology, Single Molecule Spectroscopy) and in Medicine at"
            },
            "person": 58757
        },
        {
            "id": 1923,
            "name": {
                "de": "national and international courses and lectures (in German and English), 1984-1991, 1997-2000,",
                "en": "national and international courses and lectures (in German and English), 1984-1991, 1997-2000,"
            },
            "person": 58757
        },
        {
            "id": 2231,
            "name": {
                "de": "• >103 peer-reviewed original research articles/papers/book chaps with cumulative impact factor 2009",
                "en": "• >103 peer-reviewed original research articles/papers/book chaps with cumulative impact factor 2009"
            },
            "person": 58757
        },
        {
            "id": 2232,
            "name": {
                "de": "of >196.43  (© Thomson ISI Citation Reports USA, 2010) in basic and life sciences:",
                "en": "of >196.43 (© Thomson ISI Citation Reports USA, 2010) in basic and life sciences:"
            },
            "person": 58757
        },
        {
            "id": 2617,
            "name": {
                "de": "as from PUBMED on http://publicationslist.org/Zeno.Foldes-Papp",
                "en": "as from PUBMED on http://publicationslist.org/Zeno.Foldes-Papp"
            },
            "person": 58757
        },
        {
            "id": 2616,
            "name": {
                "de": "•  COMPLETE Publication List from CHEMICAL ABSTRACTS, BIOPHYSICS CITATION INDEX, BIOSIS as well ",
                "en": "•  COMPLETE Publication List from CHEMICAL ABSTRACTS, BIOPHYSICS CITATION INDEX, BIOSIS as well"
            },
            "person": 58757
        },
        {
            "id": 2826,
            "name": {
                "de": "Pathologie der Lunge",
                "en": "Lung pathology"
            },
            "person": 73177
        },
        {
            "id": 2827,
            "name": {
                "de": "Pathologie der Schilddrüse",
                "en": "Thyroid pathology"
            },
            "person": 73177
        },
        {
            "id": 3222,
            "name": {
                "de": "Allg. beeideter und gerichtlich zertifizierter Sachverständiger für Pathologie und Zytopathologie",
                "en": " Court surveyor for Pathology and Cytopathology"
            },
            "person": 73177
        },
        {
            "id": 2816,
            "name": {
                "de": "Zytologie",
                "en": "Cytology"
            },
            "person": 73177
        },
        {
            "id": 5186,
            "name": {
                "de": "Öffentlichkeitsarbeit",
                "en": "Public Relations"
            },
            "person": 73608
        },
        {
            "id": 3087,
            "name": {
                "de": "Zellkultur",
                "en": "Cell Culture"
            },
            "person": 74155
        },
        {
            "id": 3088,
            "name": {
                "de": "Molekularbiologie",
                "en": "Molecular Biology"
            },
            "person": 74155
        },
        {
            "id": 3420,
            "name": {
                "de": "Zellkultur",
                "en": "Cell culture"
            },
            "person": 74035
        },
        {
            "id": 3145,
            "name": {
                "de": "Genetik",
                "en": "medical genetics"
            },
            "person": 76930
        }
    ]
}