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.

classification_id (integer)

ID of classification.

name (object)

Names of classification, defined by language.

level (integer)

Level of classification.

None

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • level
GET /v1/research/classification/?format=api&offset=580&ordering=level
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1489,
    "next": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=600&ordering=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=560&ordering=level",
    "results": [
        {
            "classification_id": 211911,
            "name": {
                "de": "Nachhaltige Technologien",
                "en": "Sustainable technologies "
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 211912,
            "name": {
                "de": "Produktgestaltung",
                "en": "Product design "
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 211913,
            "name": {
                "de": "Qualitätssicherung",
                "en": "Quality assurance "
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 211914,
            "name": {
                "de": "Risikoforschung",
                "en": "Risk research "
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 211915,
            "name": {
                "de": "Solartechnik",
                "en": "Solar technology "
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 211916,
            "name": {
                "de": "Sprengtechnik",
                "en": "Blasting engineering "
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 106040,
            "name": {
                "de": "Strahlenbiologie",
                "en": "Radiation biology "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 211918,
            "name": {
                "de": "Technikgeschichte",
                "en": "Technical history "
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 104005,
            "name": {
                "de": "Elektrochemie",
                "en": "Electrochemistry "
            },
            "level": 6,
            "parent": 104000
        },
        {
            "classification_id": 211920,
            "name": {
                "de": "Verpackungstechnik",
                "en": "Packaging technology "
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 211921,
            "name": {
                "de": "Zivil- und Katastrophenschutz",
                "en": "Civil protection and disaster control "
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 211922,
            "name": {
                "de": "Energiespeicherung",
                "en": "Energy storage "
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 211923,
            "name": {
                "de": "Fabrikplanung",
                "en": "Factory planning "
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 211924,
            "name": {
                "de": "Prozess- und Anlagensicherheit",
                "en": "Process and plant safety"
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 211925,
            "name": {
                "de": "Explosionsforschung",
                "en": "Explosion research"
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 211926,
            "name": {
                "de": "Technikethik",
                "en": "Technology ethics"
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 211927,
            "name": {
                "de": "Wasserstofftechnologie",
                "en": "Hydrogen technology"
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 211928,
            "name": {
                "de": "Systems Engineering",
                "en": "Systems engineering"
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 207314,
            "name": {
                "de": "Untertagebau",
                "en": "Underground mining "
            },
            "level": 6,
            "parent": 207000
        },
        {
            "classification_id": 207313,
            "name": {
                "de": "Tiefbohrtechnik",
                "en": "Drilling engineering "
            },
            "level": 6,
            "parent": 207000
        }
    ]
}