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=280&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=300&ordering=parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=260&ordering=parent",
    "results": [
        {
            "id": 107005,
            "name": {
                "de": "Lebensmitteluntersuchung",
                "en": "Food testing "
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 107006,
            "name": {
                "de": "Naturschutz",
                "en": "Nature conservation "
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 107007,
            "name": {
                "de": "Risikoforschung",
                "en": "Risk research "
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 107009,
            "name": {
                "de": "Archäozoologie",
                "en": "Archaeozoology"
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 107010,
            "name": {
                "de": "Geoarchäologie",
                "en": "Geoarchaeology"
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 107008,
            "name": {
                "de": "Archäobotanik",
                "en": "Archaeobotany"
            },
            "level": 6,
            "parent": 107000,
            "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": []
        },
        {
            "id": 205000,
            "name": {
                "de": "Werkstofftechnik",
                "en": "Materials Engineering"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 206000,
            "name": {
                "de": "Medizintechnik",
                "en": "Medical Engineering"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 207000,
            "name": {
                "de": "Umweltingenieurwesen, Angewandte Geowissenschaften",
                "en": "Environmental Engineering, Applied Geosciences"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 201100,
            "name": {
                "de": "Bauingenieurwesen",
                "en": "Civil Engineering"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201101,
            "name": {
                "de": "Baubetrieb",
                "en": "Construction operation "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201102,
            "name": {
                "de": "Baudynamik",
                "en": "Structural dynamics "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        }
    ]
}