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=2120
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=2140",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=2100",
    "results": [
        {
            "id": 1932,
            "name": {
                "de": "(Landesregierung Bundesland Steiermark, Österreich), for medical-technical laboratory assistants",
                "en": "(Landesregierung Bundesland Steiermark, Österreich), for medical-technical laboratory assistants"
            },
            "person": 58757
        },
        {
            "id": 1933,
            "name": {
                "de": "(MTFs) in 2003, 2004, and 2005,",
                "en": "(MTFs) in 2003, 2004, and 2005,"
            },
            "person": 58757
        },
        {
            "id": 1898,
            "name": {
                "de": "Characterization of protein-protein and DNA interactions regarding dynamics, themodynamics, kinetics",
                "en": "Characterization of protein-protein and DNA interactions regarding dynamics, themodynamics, kinetics"
            },
            "person": 58757
        },
        {
            "id": 1899,
            "name": {
                "de": "Function and structure with single-molecule techniques such as Fluorecence Correlation Spectroscopy,",
                "en": "Function and structure with single-molecule techniques such as Fluorecence Correlation Spectroscopy,"
            },
            "person": 58757
        },
        {
            "id": 1900,
            "name": {
                "de": "Laser Scanning Microscopy/Imaging, ",
                "en": "Laser Scanning Microscopy/Imaging, "
            },
            "person": 58757
        },
        {
            "id": 1939,
            "name": {
                "de": "Principial Investigator and Project Leader at the Medical University of Graz,Austria, since 11/2000.",
                "en": "Principial Investigator and Project Leader at the Medical University of Graz,Austria, since 11/2000."
            },
            "person": 58757
        },
        {
            "id": 1905,
            "name": {
                "de": "Therapy of immune disorders in full spectrum including immunogenetic diseases in Austria,",
                "en": "Therapy of immune disorders in full spectrum including immunogenetic diseases in Austria,"
            },
            "person": 58757
        },
        {
            "id": 1927,
            "name": {
                "de": "•  Seminar on Oxidative Stress, Radicals and Altitude Exposition at undergraduate level in Medicine,",
                "en": "•  Seminar on Oxidative Stress, Radicals and Altitude Exposition at undergraduate level in Medicine,"
            },
            "person": 58757
        },
        {
            "id": 1928,
            "name": {
                "de": "Alpine Medicine I, Medical University Graz, 2006-2008, Austria,",
                "en": "Alpine Medicine I, Medical University Graz, 2006-2008, Austria,"
            },
            "person": 58757
        },
        {
            "id": 1924,
            "name": {
                "de": "• Responsible University Teacher in the course on “Peptide and Protein Chemistry (10 points)” ",
                "en": "• Responsible University Teacher in the course on “Peptide and Protein Chemistry (10 points)” "
            },
            "person": 58757
        },
        {
            "id": 1925,
            "name": {
                "de": "organized by the Arrhenius Laboratories for Natural Sciences at the Stockholm University, April-May,",
                "en": "organized by Arrhenius Laboratories for Natural Sciences at the Stockholm University, April-May,"
            },
            "person": 58757
        },
        {
            "id": 1926,
            "name": {
                "de": "1999 and March-June, 2000, Stockholm, Sweden,",
                "en": "1999 and March-June, 2000, Stockholm, Sweden,"
            },
            "person": 58757
        },
        {
            "id": 1893,
            "name": {
                "de": "Routine molecular diagnostics: ELISA, EIA, TR-FIA, TaqMan, LightCycler, Real-Time PCR, RT-PCR, HPLC,",
                "en": "Routine molecular diagnostics: ELISA, EIA, TR-FIA, TaqMan, LightCycler, Real-Time PCR, RT-PCR, HPLC,"
            },
            "person": 58757
        },
        {
            "id": 1894,
            "name": {
                "de": "CE, blotting techniques including immunoblotting and hybridization techniques, sequencing assays,",
                "en": "CE, blotting techniques including immunoblotting and hybridization techniques, sequencing assays,"
            },
            "person": 58757
        },
        {
            "id": 1895,
            "name": {
                "de": "Affymetrix Gen-chip based approach, SNP assays, automation and liquid handling technologies,",
                "en": "Affymetrix Gen-chip based approach, SNP assays, automation and liquid handling technologies, "
            },
            "person": 58757
        },
        {
            "id": 1896,
            "name": {
                "de": "Tecan, MagNA Pure LC system, as well as cell cultures including hybridoma cells,",
                "en": "Tecan, MagNA Pure LC system, as well as cell cultures including hybridoma cells,"
            },
            "person": 58757
        },
        {
            "id": 1897,
            "name": {
                "de": "Clinical diagnosis of immune disorders in full spectrum including immunogenetic diseases in Austria,",
                "en": "Clinical diagnosis of immune disorders in full spectrum including immunogenetic diseases in Austria,"
            },
            "person": 58757
        },
        {
            "id": 1901,
            "name": {
                "de": "Molecular Medicine and Molecular Imaging  (Fluorescence Microsopy and Spectroscopy),",
                "en": "Molecular Medicine and Molecular Imaging  (Fluorescence Microsopy and Spectroscopy),"
            },
            "person": 58757
        },
        {
            "id": 1902,
            "name": {
                "de": "Single-Molecule Biochemistry and biophysics,",
                "en": "Single-Molecule Biochemistry and biophysics,"
            },
            "person": 58757
        },
        {
            "id": 1903,
            "name": {
                "de": "Fluorescence Correlation Spectroscopy and  Laser Scanning Microscopy/Imaging,",
                "en": "Fluorescence Correlation Spectroscopy and  Laser Scanning Microscopy/Imaging,"
            },
            "person": 58757
        }
    ]
}