List OESTAT 2012 classifications.

Classification of a person as per (ÖFOS2012)[https://www.data.gv.at/katalog/dataset/stat_ofos-2012].

Fields

id (integer)

Primary key.

name (object)

Names of classification, defined by language.

persons (integer[])

List of foreign keys to campusonline/person.

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:

  • persons

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • level
GET /v1/research/classification/?format=api&offset=60&ordering=-parent
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1469,
    "next": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=80&ordering=-parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=40&ordering=-parent",
    "results": [
        {
            "id": 603224,
            "name": {
                "de": "Interreligiöser Dialog",
                "en": "Interreligious dialogue"
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603100,
            "name": {
                "de": "Philosophie, Ethik",
                "en": "Philosophy, Ethics"
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603101,
            "name": {
                "de": "Ästhetik",
                "en": "Aesthetics "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603102,
            "name": {
                "de": "Erkenntnistheorie",
                "en": "Epistemology "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603103,
            "name": {
                "de": "Ethik",
                "en": "Ethics "
            },
            "level": 6,
            "parent": 603000,
            "persons": [
                51613,
                130136,
                65727
            ]
        },
        {
            "id": 603104,
            "name": {
                "de": "Geschichte der Philosophie",
                "en": "History of philosophy "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603105,
            "name": {
                "de": "Geschichtsphilosophie",
                "en": "Philosophy of history "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603106,
            "name": {
                "de": "Hermeneutik",
                "en": "Hermeneutics "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603107,
            "name": {
                "de": "Ideologiekritik",
                "en": "Critique of ideology "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603108,
            "name": {
                "de": "Kulturphilosophie",
                "en": "Cultural philosophy "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603109,
            "name": {
                "de": "Logik",
                "en": "Logic "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603110,
            "name": {
                "de": "Metaphysik",
                "en": "Metaphysics "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603111,
            "name": {
                "de": "Naturphilosophie",
                "en": "Natural philosophy "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603112,
            "name": {
                "de": "Phänomenologie",
                "en": "Phenomenology "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603113,
            "name": {
                "de": "Philosophie",
                "en": "Philosophy "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603114,
            "name": {
                "de": "Philosophie des Geistes",
                "en": "Philosophy of mind "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603115,
            "name": {
                "de": "Philosophische Anthropologie",
                "en": "Philosophical anthropology "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603116,
            "name": {
                "de": "Politische Philosophie",
                "en": "Political philosophy "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603117,
            "name": {
                "de": "Rechtsphilosophie",
                "en": "Philosophy of law "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603118,
            "name": {
                "de": "Religionsphilosophie",
                "en": "Philosophy of religion "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        }
    ]
}