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=760&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=780&ordering=-level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=740&ordering=-level",
    "results": [
        {
            "id": 105907,
            "name": {
                "de": "Polarforschung",
                "en": "Polar research"
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 106055,
            "name": {
                "de": "Aerobiologie",
                "en": "Aerobiology"
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106056,
            "name": {
                "de": "Biologische Anthropologie",
                "en": "Biological anthropology"
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106057,
            "name": {
                "de": "Metabolomik",
                "en": "Metabolomics"
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                87663
            ]
        },
        {
            "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": 202042,
            "name": {
                "de": "Optische Nachrichtentechnik",
                "en": "Optical communication engineering"
            },
            "level": 6,
            "parent": 202000,
            "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": 204006,
            "name": {
                "de": "Mechanische Verfahrenstechnik",
                "en": "Mechanical process engineering"
            },
            "level": 6,
            "parent": 204000,
            "persons": [
                113130
            ]
        },
        {
            "id": 204007,
            "name": {
                "de": "Thermische Verfahrenstechnik",
                "en": "Thermal process engineering"
            },
            "level": 6,
            "parent": 204000,
            "persons": []
        },
        {
            "id": 205019,
            "name": {
                "de": "Materialwissenschaften",
                "en": "Material sciences"
            },
            "level": 6,
            "parent": 205000,
            "persons": [
                111387,
                118003,
                100926
            ]
        },
        {
            "id": 206006,
            "name": {
                "de": "Rehabilitationstechnik",
                "en": "Rehabilitation technology"
            },
            "level": 6,
            "parent": 206000,
            "persons": []
        },
        {
            "id": 207208,
            "name": {
                "de": "Tunnelbelüftung",
                "en": "Tunnel ventilation"
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        }
    ]
}