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=340&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=360&ordering=parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=320&ordering=parent",
    "results": [
        {
            "id": 201303,
            "name": {
                "de": "Seilbahnwesen",
                "en": "Ropeways "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201304,
            "name": {
                "de": "Straßenbau",
                "en": "Road construction "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201305,
            "name": {
                "de": "Verkehrstechnik",
                "en": "Traffic engineering "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201306,
            "name": {
                "de": "Verkehrstelematik",
                "en": "Traffic telematics "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201307,
            "name": {
                "de": "Verkehrswirtschaft",
                "en": "Transport economics "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201900,
            "name": {
                "de": "Sonstiges Bauwesen",
                "en": "Construction Engineering not elsewhere classified"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201901,
            "name": {
                "de": "Altbausanierung",
                "en": "Old building renovation "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201902,
            "name": {
                "de": "Bauökologie",
                "en": "Building ecology "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201904,
            "name": {
                "de": "Vegetationstechnik",
                "en": "Vegetation technology "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201905,
            "name": {
                "de": "Bauen im Bestand",
                "en": "Building within existing structures "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "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": []
        }
    ]
}