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=1160&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=1180&ordering=-parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1140&ordering=-parent",
    "results": [
        {
            "id": 201129,
            "name": {
                "de": "Erdbebeningenieurwesen",
                "en": "Earthquake engineering"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201130,
            "name": {
                "de": "Konstruktiver Glasbau",
                "en": "Structural glass construction"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201214,
            "name": {
                "de": "Experimentelle Architektur",
                "en": "Experimental architecture"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201215,
            "name": {
                "de": "Baukulturelles Erbe",
                "en": "Building cultural heritage"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201906,
            "name": {
                "de": "Bauwerksbegrünung",
                "en": "Building-integrated vegetation"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201133,
            "name": {
                "de": "Bauakustik",
                "en": "Building acoustics"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201104,
            "name": {
                "de": "Baustatik",
                "en": "Structural analysis "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201123,
            "name": {
                "de": "Tiefbau",
                "en": "Underground engineering "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201213,
            "name": {
                "de": "Wohnbau",
                "en": "Housing "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201903,
            "name": {
                "de": "Ingenieurbiologie",
                "en": "Soil bioengineering "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201132,
            "name": {
                "de": "Computational Engineering",
                "en": "Computational Engineering"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201131,
            "name": {
                "de": "Baugeschichte",
                "en": "Building history"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201000,
            "name": {
                "de": "Bauwesen",
                "en": "Construction Engineering"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 202000,
            "name": {
                "de": "Elektrotechnik, Elektronik, Informationstechnik",
                "en": "Electrical Engineering, Electronics, Information Engineering"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 208000,
            "name": {
                "de": "Umweltbiotechnologie",
                "en": "Environmental Biotechnology"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 209000,
            "name": {
                "de": "Industrielle Biotechnologie",
                "en": "Industrial Biotechnology"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 210000,
            "name": {
                "de": "Nanotechnologie",
                "en": "Nanotechnology"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 211000,
            "name": {
                "de": "Andere Technische Wissenschaften",
                "en": "Other Technical Sciences"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 203000,
            "name": {
                "de": "Maschinenbau",
                "en": "Mechanical Engineering"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 204000,
            "name": {
                "de": "Chemische Verfahrenstechnik",
                "en": "Chemical Process Engineering"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        }
    ]
}