List knowledge.

Knowledge of a person.data.gv.at/katalog/dataset/stat_ofos-2012].

Fields

id (integer)

Primary key.

name (object)

Names of knowledge, defined by language.

person (integer)

Foreign key to campusonline/person this knowledge 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/knowledge/?format=api&offset=40
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 55,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/knowledge/?format=api&limit=20&offset=20",
    "results": [
        {
            "id": 23,
            "person": 61670,
            "name": {
                "de": "Internationales Projektmanagement",
                "en": "International project management"
            }
        },
        {
            "id": 24,
            "person": 61670,
            "name": {
                "de": "Planen und strategisches Controlling von Projekten",
                "en": "Planning of budget & strategic controlling"
            }
        },
        {
            "id": 25,
            "person": 61670,
            "name": {
                "de": "Dokumentation, Evaluierung und Prüfungen",
                "en": "Reporting/Evaluations/Reviews"
            }
        },
        {
            "id": 20,
            "person": 61670,
            "name": {
                "de": "Software Engineering & Design",
                "en": "Software Engineering & Design"
            }
        },
        {
            "id": 88,
            "person": 61670,
            "name": {
                "de": "Aufzeichnung von Lehrveranstaltungen",
                "en": "Lecture recording"
            }
        },
        {
            "id": 30,
            "person": 68534,
            "name": {
                "de": "Medizinische Lehre, Ausbildung und Didaktik",
                "en": "Medical education and didactics"
            }
        },
        {
            "id": 31,
            "person": 68534,
            "name": {
                "de": "Medizinische Simulation und Simulationstechnologie",
                "en": "Medical simulation and simulation technology"
            }
        },
        {
            "id": 83,
            "person": 82682,
            "name": {
                "de": "Hochschuldidaktik",
                "en": "university didactic"
            }
        },
        {
            "id": 84,
            "person": 82682,
            "name": {
                "de": "Qualitätssicherung",
                "en": "quality assurance"
            }
        },
        {
            "id": 94,
            "person": 103478,
            "name": {
                "de": "Gutachter gemäß §73 LMSVG",
                "en": "Gutachter gemäß §73 LMSVG"
            }
        },
        {
            "id": 95,
            "person": 103582,
            "name": {
                "de": "Prozess-Assessment",
                "en": "process assessment"
            }
        },
        {
            "id": 92,
            "person": 103582,
            "name": {
                "de": "Prozessmanagement",
                "en": "process management"
            }
        },
        {
            "id": 93,
            "person": 103582,
            "name": {
                "de": "Wissensmanagement",
                "en": "knowledge management"
            }
        },
        {
            "id": 89,
            "person": 97006,
            "name": {
                "de": "Evaluierungskonzeption",
                "en": "evaluation design"
            }
        },
        {
            "id": 91,
            "person": 97006,
            "name": {
                "de": "EFQM Modell 2020 - Methode und Anwendung in der Organisation",
                "en": "EFMQ Model 2020"
            }
        }
    ]
}