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=1180&ordering=name
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1489,
    "next": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1200&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1160&ordering=name",
    "results": [
        {
            "id": 401900,
            "name": {
                "de": "Sonstige Land- und Forstwirtschaft, Fischerei",
                "en": "Agriculture and Forestry, Fishery not elsewhere classified"
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 301900,
            "name": {
                "de": "Sonstige Medizinisch-theoretische Wissenschaften",
                "en": "Medical-Theoretical Sciences not elsewhere classified"
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                105200,
                92462,
                99677,
                97854,
                104201,
                81091,
                104197,
                100822,
                53950,
                91730,
                54033,
                89699,
                91210,
                89761,
                81071,
                86791,
                100095
            ]
        },
        {
            "id": 603900,
            "name": {
                "de": "Sonstige Religion, Religionswissenschaften",
                "en": "Religion, Religious Studies not elsewhere classified"
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 211900,
            "name": {
                "de": "Sonstige Technische Wissenschaften",
                "en": "Technical Sciences not elsewhere classified"
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 105900,
            "name": {
                "de": "Sonstige und interdisziplinäre Geowissenschaften",
                "en": "Interdisciplinary Geosciences not elsewhere classified"
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 201900,
            "name": {
                "de": "Sonstiges Bauwesen",
                "en": "Construction Engineering not elsewhere classified"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 207900,
            "name": {
                "de": "Sonstiges Umweltingenieurwesen, Angewandte Geowissenschaften",
                "en": "Environmental Engineering, Applied Geosciences not elsewhere classified"
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 504034,
            "name": {
                "de": "Sozialanthropologie",
                "en": "Social anthropology"
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504032,
            "name": {
                "de": "Sozialarbeitsforschung",
                "en": "Social work research"
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 509027,
            "name": {
                "de": "Soziale Ökologie",
                "en": "Social ecology"
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 507017,
            "name": {
                "de": "Sozialgeographie",
                "en": "Social geography "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 601029,
            "name": {
                "de": "Sozialgeschichte",
                "en": "Social history"
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 504026,
            "name": {
                "de": "Sozialgeschichte",
                "en": "Social history "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 303027,
            "name": {
                "de": "Sozialmedizin",
                "en": "Social medicine "
            },
            "level": 6,
            "parent": 303000,
            "persons": [
                116243,
                77112,
                90882,
                51688,
                119651,
                89152,
                51741,
                60096,
                51634
            ]
        },
        {
            "id": 603119,
            "name": {
                "de": "Sozialphilosophie",
                "en": "Social philosophy "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 509012,
            "name": {
                "de": "Sozialpolitik",
                "en": "Social policy "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 302076,
            "name": {
                "de": "Sozialpsychiatrie",
                "en": "Social psychiatry "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                51907
            ]
        },
        {
            "id": 501021,
            "name": {
                "de": "Sozialpsychologie",
                "en": "Social psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 503027,
            "name": {
                "de": "Sozialpädagogik",
                "en": "Social pedagogy "
            },
            "level": 6,
            "parent": 503000,
            "persons": [
                88711
            ]
        },
        {
            "id": 505020,
            "name": {
                "de": "Sozialrecht",
                "en": "Social law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        }
    ]
}