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=4080
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 4698,
    "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=4100",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=4060",
    "results": [
        {
            "id": 3926,
            "name": {
                "de": "ABSL II Cerftificate (rat, mouse, pig)",
                "en": "ABSL II Cerftificate (rat, mouse, pig)"
            },
            "person": 89334
        },
        {
            "id": 4089,
            "name": {
                "de": "Fat Graft Course by Dr.Khouri (Miami Breast Center, Florida, USA)",
                "en": "Fat Graft Course by Dr.Khouri (Miami Breast Center, Florida, USA)"
            },
            "person": 89334
        },
        {
            "id": 4091,
            "name": {
                "de": "GLP- Good Laboratory Practice Certification",
                "en": "GLP- Good Laboratory Practice Certification"
            },
            "person": 89334
        },
        {
            "id": 4107,
            "name": {
                "de": "Advanced Burn Life Support (American Burn Association)",
                "en": "Advanced Burn Life Support (American Burn Association)"
            },
            "person": 89334
        },
        {
            "id": 4007,
            "name": {
                "de": "Patientensicherheit",
                "en": "Patient Safety"
            },
            "person": 78071
        },
        {
            "id": 3777,
            "name": {
                "de": "Klinisches Risikomanagement",
                "en": "Clinical risk management"
            },
            "person": 78071
        },
        {
            "id": 5662,
            "name": {
                "de": "Medizinische Mikrobiologie - (303020)",
                "en": "Medical microbiology - (303020)"
            },
            "person": 89900
        },
        {
            "id": 5663,
            "name": {
                "de": "Zellbiologie - (301114)",
                "en": "Cell biology - (301114)"
            },
            "person": 89900
        },
        {
            "id": 5664,
            "name": {
                "de": "Medizinische Biochemie - (301303)",
                "en": "Medical biochemistry - (301303)"
            },
            "person": 89900
        },
        {
            "id": 5665,
            "name": {
                "de": "Medizinische Molekularbiologie - (301306)",
                "en": "Medical molecular biology - (301306)"
            },
            "person": 89900
        },
        {
            "id": 5666,
            "name": {
                "de": "Plastische und Rekonstruktive Chirurgie - (302062)",
                "en": "Plastic and reconstructive surgery - (302062)"
            },
            "person": 89900
        },
        {
            "id": 4713,
            "name": {
                "de": "Frühe Kindheit",
                "en": "Early childhood"
            },
            "person": 89901
        },
        {
            "id": 4714,
            "name": {
                "de": "(Früh-)kindliche Essverhaltensstörungen",
                "en": "Early eating behavior disorders"
            },
            "person": 89901
        },
        {
            "id": 4715,
            "name": {
                "de": "Bindung",
                "en": "Attachment"
            },
            "person": 89901
        },
        {
            "id": 4716,
            "name": {
                "de": "Enterale Ernährung, Sondenentwöhnung",
                "en": "Enteral nutrition, tube weaning"
            },
            "person": 89901
        },
        {
            "id": 4717,
            "name": {
                "de": "Essstörungen",
                "en": "eating disorders"
            },
            "person": 89901
        },
        {
            "id": 3700,
            "name": {
                "de": "Funktionelle Genomik",
                "en": "Functional Genomics"
            },
            "person": 89979
        },
        {
            "id": 3969,
            "name": {
                "de": "Zellmetabolismus",
                "en": "Cellular Metabolism"
            },
            "person": 89979
        },
        {
            "id": 3970,
            "name": {
                "de": "Transkriptionelle Regulation",
                "en": "Transcriptional Regulation"
            },
            "person": 89979
        },
        {
            "id": 4403,
            "name": {
                "de": "Histologie",
                "en": "Histology"
            },
            "person": 89979
        }
    ]
}