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=id
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=id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=460&ordering=id",
    "results": [
        {
            "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": 207109,
            "name": {
                "de": "Schadstoffemission",
                "en": "Pollutant emission "
            },
            "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": []
        },
        {
            "id": 207203,
            "name": {
                "de": "Felsmechanik",
                "en": "Rock mechanics "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207204,
            "name": {
                "de": "Geotechnik",
                "en": "Geotechnics "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207205,
            "name": {
                "de": "Grundbau",
                "en": "Foundation engineering "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207206,
            "name": {
                "de": "Ingenieurgeologie",
                "en": "Engineering geology "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207207,
            "name": {
                "de": "Tunnelbau",
                "en": "Tunnelling "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207208,
            "name": {
                "de": "Tunnelbelüftung",
                "en": "Tunnel ventilation"
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207300,
            "name": {
                "de": "Bergbau, Erdölgewinnung",
                "en": "Mining, Petroleum Engineering"
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        }
    ]
}