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=420&ordering=id
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=440&ordering=id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=400&ordering=id",
    "results": [
        {
            "id": 203022,
            "name": {
                "de": "Technische Mechanik",
                "en": "Technical mechanics "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203023,
            "name": {
                "de": "Thermische Turbomaschinen",
                "en": "Thermal turbomachinery "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203024,
            "name": {
                "de": "Thermodynamik",
                "en": "Thermodynamics "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203025,
            "name": {
                "de": "Tribologie",
                "en": "Tribology "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203026,
            "name": {
                "de": "Umformtechnik",
                "en": "Forming "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203027,
            "name": {
                "de": "Verbrennungskraftmaschinen",
                "en": "Internal combustion engines "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203028,
            "name": {
                "de": "Wärmetechnik",
                "en": "Thermal engineering "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203029,
            "name": {
                "de": "Werkzeugbau",
                "en": "Tool construction "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203030,
            "name": {
                "de": "Brennstoffzellentechnik",
                "en": "Fuel cell technology "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203031,
            "name": {
                "de": "Konstruktionslehre",
                "en": "Engineering design "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203032,
            "name": {
                "de": "Generative Fertigungsverfahren",
                "en": "Additive manufacturing"
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203033,
            "name": {
                "de": "Hydraulische Antriebstechnik",
                "en": "Hydraulic drive technology"
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203034,
            "name": {
                "de": "Kontinuumsmechanik",
                "en": "Continuum mechanics"
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203035,
            "name": {
                "de": "Thermoprozesstechnik",
                "en": "Thermal processing technology"
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203036,
            "name": {
                "de": "Waffen- und Munitionstechnik",
                "en": "Weapons and munitions technology"
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203037,
            "name": {
                "de": "Computational Engineering",
                "en": "Computational engineering"
            },
            "level": 6,
            "parent": 203000,
            "persons": [
                108575
            ]
        },
        {
            "id": 203038,
            "name": {
                "de": "Lüftungstechnik",
                "en": "Ventilation technology"
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203039,
            "name": {
                "de": "Schiffbautechnik",
                "en": "Shipbuilding technology "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 204000,
            "name": {
                "de": "Chemische Verfahrenstechnik",
                "en": "Chemical Process Engineering"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 204001,
            "name": {
                "de": "Anorganisch-chemische Technologie",
                "en": "Inorganic chemical technology "
            },
            "level": 6,
            "parent": 204000,
            "persons": []
        }
    ]
}