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=480&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=500&ordering=parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=460&ordering=parent",
    "results": [
        {
            "id": 207413,
            "name": {
                "de": "Vermessungswesen",
                "en": "Surveying "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207900,
            "name": {
                "de": "Sonstiges Umweltingenieurwesen, Angewandte Geowissenschaften",
                "en": "Environmental Engineering, Applied Geosciences not elsewhere classified"
            },
            "level": 6,
            "parent": 207000,
            "persons": [
                117084
            ]
        },
        {
            "id": 207901,
            "name": {
                "de": "Offshore-Technik",
                "en": "Offshore technology "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207100,
            "name": {
                "de": "Umwelttechnik",
                "en": "Environmental Engineering"
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207101,
            "name": {
                "de": "Abfalltechnik",
                "en": "Waste engineering "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207102,
            "name": {
                "de": "Abluftreinigung",
                "en": "Exhaust air purification "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207103,
            "name": {
                "de": "Abwasserreinigung",
                "en": "Wastewater treatment "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207104,
            "name": {
                "de": "Altlastensanierung",
                "en": "Remediation of contaminated sites "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207105,
            "name": {
                "de": "Deponietechnik",
                "en": "Landfill technology  "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207106,
            "name": {
                "de": "Erneuerbare Energie",
                "en": "Renewable energy "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207107,
            "name": {
                "de": "Luftreinhaltung",
                "en": "Air pollution control "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207108,
            "name": {
                "de": "Recycling",
                "en": "Recycling "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207110,
            "name": {
                "de": "Technischer Umweltschutz",
                "en": "Technical environmental protection "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207111,
            "name": {
                "de": "Umwelttechnik",
                "en": "Environmental engineering "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207112,
            "name": {
                "de": "Wasseraufbereitung",
                "en": "Water treatment "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207113,
            "name": {
                "de": "Wasserinfrastruktur",
                "en": "Water infrastructure "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207114,
            "name": {
                "de": "Wasserwirtschaft",
                "en": "Water management "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207200,
            "name": {
                "de": "Ingenieurgeologie, Geotechnik",
                "en": "Engineering Geology, Geotechnics"
            },
            "level": 6,
            "parent": 207000,
            "persons": [
                117084
            ]
        },
        {
            "id": 207201,
            "name": {
                "de": "Bodenmechanik",
                "en": "Soil mechanics "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207202,
            "name": {
                "de": "Erdbau",
                "en": "Earthworks "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        }
    ]
}