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=540&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=560&ordering=-level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=520&ordering=-level",
    "results": [
        {
            "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": 207300,
            "name": {
                "de": "Bergbau, Erdölgewinnung",
                "en": "Mining, Petroleum Engineering"
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207301,
            "name": {
                "de": "Aufbereitung mineralischer Rohstoffe",
                "en": "Processing of mineral raw materials "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207302,
            "name": {
                "de": "Bergbaukunde",
                "en": "Mining engineering "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207303,
            "name": {
                "de": "Bergschadenkunde",
                "en": "Mining damage "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207304,
            "name": {
                "de": "Erdgasgewinnung",
                "en": "Natural gas production "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207305,
            "name": {
                "de": "Erdgastechnik",
                "en": "Natural gas engineering "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207306,
            "name": {
                "de": "Erdölgeologie",
                "en": "Petroleum geology "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207307,
            "name": {
                "de": "Erdölgewinnung",
                "en": "Petroleum production "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207309,
            "name": {
                "de": "Geschichte des Bergbaus",
                "en": "History of mining "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207310,
            "name": {
                "de": "Gewinnung mineralischer Rohstoffe",
                "en": "Extraction of mineral raw materials "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207311,
            "name": {
                "de": "Lagerstättenkunde",
                "en": "Economic geology "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 101009,
            "name": {
                "de": "Geometrie",
                "en": "Geometry  "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        }
    ]
}