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=1420&ordering=-level
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=1440&ordering=-level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1400&ordering=-level",
    "results": [
        {
            "id": 103001,
            "name": {
                "de": "Aerodynamik",
                "en": "Aerodynamics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 603000,
            "name": {
                "de": "Philosophie, Ethik, Religion",
                "en": "Philosophy, Ethics, Religion"
            },
            "level": 3,
            "parent": 600000,
            "persons": []
        },
        {
            "id": 305000,
            "name": {
                "de": "Andere Humanmedizin, Gesundheitswissenschaften",
                "en": "Other Human Medicine, Health Sciences"
            },
            "level": 3,
            "parent": 300000,
            "persons": []
        },
        {
            "id": 501000,
            "name": {
                "de": "Psychologie",
                "en": "Psychology"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 210000,
            "name": {
                "de": "Nanotechnologie",
                "en": "Nanotechnology"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 502000,
            "name": {
                "de": "Wirtschaftswissenschaften",
                "en": "Economics"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 107000,
            "name": {
                "de": "Andere Naturwissenschaften",
                "en": "Other Natural Sciences"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        },
        {
            "id": 504000,
            "name": {
                "de": "Soziologie",
                "en": "Sociology"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 509000,
            "name": {
                "de": "Andere Sozialwissenschaften",
                "en": "Other Social Sciences"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 209000,
            "name": {
                "de": "Industrielle Biotechnologie",
                "en": "Industrial Biotechnology"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 604000,
            "name": {
                "de": "Kunstwissenschaften",
                "en": "Arts"
            },
            "level": 3,
            "parent": 600000,
            "persons": []
        },
        {
            "id": 602000,
            "name": {
                "de": "Sprach- und Literaturwissenschaften",
                "en": "Linguistics and Literature"
            },
            "level": 3,
            "parent": 600000,
            "persons": []
        },
        {
            "id": 503000,
            "name": {
                "de": "Erziehungswissenschaften",
                "en": "Educational Sciences"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 301000,
            "name": {
                "de": "Medizinisch-theoretische Wissenschaften, Pharmazie",
                "en": "Medical-Theoretical Sciences, Pharmacy"
            },
            "level": 3,
            "parent": 300000,
            "persons": []
        },
        {
            "id": 507000,
            "name": {
                "de": "Humangeographie, Regionale Geographie, Raumplanung",
                "en": "Human Geography, Regional Geography, Regional Planning"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 404000,
            "name": {
                "de": "Agrarbiotechnologie, Lebensmittelbiotechnologie",
                "en": "Agricultural Biotechnology, Food Biotechnology"
            },
            "level": 3,
            "parent": 400000,
            "persons": []
        },
        {
            "id": 605000,
            "name": {
                "de": "Andere Geisteswissenschaften",
                "en": "Other Humanities"
            },
            "level": 3,
            "parent": 600000,
            "persons": []
        },
        {
            "id": 211000,
            "name": {
                "de": "Andere Technische Wissenschaften",
                "en": "Other Technical Sciences"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 201000,
            "name": {
                "de": "Bauwesen",
                "en": "Construction Engineering"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 206000,
            "name": {
                "de": "Medizintechnik",
                "en": "Medical Engineering"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        }
    ]
}