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=580&ordering=parent
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=parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=560&ordering=parent",
    "results": [
        {
            "id": 211918,
            "name": {
                "de": "Technikgeschichte",
                "en": "Technical history "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211919,
            "name": {
                "de": "Thermographie",
                "en": "Thermography "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211920,
            "name": {
                "de": "Verpackungstechnik",
                "en": "Packaging technology "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211921,
            "name": {
                "de": "Zivil- und Katastrophenschutz",
                "en": "Civil protection and disaster control "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211922,
            "name": {
                "de": "Energiespeicherung",
                "en": "Energy storage "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211923,
            "name": {
                "de": "Fabrikplanung",
                "en": "Factory planning "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211106,
            "name": {
                "de": "Leichtmetalle",
                "en": "Light metals"
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211107,
            "name": {
                "de": "Sekundärmetallurgie",
                "en": "Secondary metallurgy"
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211924,
            "name": {
                "de": "Prozess- und Anlagensicherheit",
                "en": "Process and plant safety"
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211927,
            "name": {
                "de": "Wasserstofftechnologie",
                "en": "Hydrogen technology"
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211910,
            "name": {
                "de": "Lärmschutz",
                "en": "Noise protection "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211926,
            "name": {
                "de": "Technikethik",
                "en": "Technology ethics"
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211925,
            "name": {
                "de": "Explosionsforschung",
                "en": "Explosion research"
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211928,
            "name": {
                "de": "Systems Engineering",
                "en": "Systems engineering"
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 301000,
            "name": {
                "de": "Medizinisch-theoretische Wissenschaften, Pharmazie",
                "en": "Medical-Theoretical Sciences, Pharmacy"
            },
            "level": 3,
            "parent": 300000,
            "persons": []
        },
        {
            "id": 302000,
            "name": {
                "de": "Klinische Medizin",
                "en": "Clinical Medicine"
            },
            "level": 3,
            "parent": 300000,
            "persons": []
        },
        {
            "id": 303000,
            "name": {
                "de": "Gesundheitswissenschaften",
                "en": "Health Sciences"
            },
            "level": 3,
            "parent": 300000,
            "persons": []
        },
        {
            "id": 304000,
            "name": {
                "de": "Medizinische Biotechnologie",
                "en": "Medical Biotechnology"
            },
            "level": 3,
            "parent": 300000,
            "persons": []
        },
        {
            "id": 305000,
            "name": {
                "de": "Andere Humanmedizin, Gesundheitswissenschaften",
                "en": "Other Human Medicine, Health Sciences"
            },
            "level": 3,
            "parent": 300000,
            "persons": []
        },
        {
            "id": 301100,
            "name": {
                "de": "Anatomie, Pathologie, Physiologie",
                "en": "Anatomy, Pathology, Physiology"
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                90416,
                101162,
                104839,
                57932,
                62787,
                87294,
                99976,
                112370,
                98028,
                120849,
                72530,
                97690
            ]
        }
    ]
}