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=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=440&ordering=parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=400&ordering=parent",
    "results": [
        {
            "id": 203016,
            "name": {
                "de": "Messtechnik",
                "en": "Measurement engineering "
            },
            "level": 6,
            "parent": 203000,
            "persons": [
                51504
            ]
        },
        {
            "id": 203017,
            "name": {
                "de": "Mikromechanik",
                "en": "Micromechanics "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203018,
            "name": {
                "de": "Montanmaschinenbau",
                "en": "Heavy machinery construction "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203019,
            "name": {
                "de": "Reaktortechnik",
                "en": "Reactor technology "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203020,
            "name": {
                "de": "Schweißtechnik",
                "en": "Welding engineering "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203021,
            "name": {
                "de": "Strömungsmaschinen",
                "en": "Fluid-flow machinery "
            },
            "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": []
        }
    ]
}