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=180&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=200&ordering=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=160&ordering=level",
    "results": [
        {
            "id": 211201,
            "name": {
                "de": "Getreidetechnologie",
                "en": "Grain technology "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211202,
            "name": {
                "de": "Lebensmitteltechnologie",
                "en": "Food technology "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211203,
            "name": {
                "de": "Lebensmittelverfahrenstechnik",
                "en": "Food processing engineering "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211204,
            "name": {
                "de": "Fleischtechnologie",
                "en": "Meat technology "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211900,
            "name": {
                "de": "Sonstige Technische Wissenschaften",
                "en": "Technical Sciences not elsewhere classified"
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211901,
            "name": {
                "de": "Abfallvermeidung",
                "en": "Waste prevention "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211902,
            "name": {
                "de": "Assistierende Technologien",
                "en": "Assistive technologies "
            },
            "level": 6,
            "parent": 211000,
            "persons": [
                99971,
                67508,
                99368
            ]
        },
        {
            "id": 211903,
            "name": {
                "de": "Betriebswissenschaften",
                "en": "Science of management "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211904,
            "name": {
                "de": "Biomechanik",
                "en": "Biomechanics "
            },
            "level": 6,
            "parent": 211000,
            "persons": [
                51814,
                118003,
                91352,
                100926,
                51541,
                50966,
                51513
            ]
        },
        {
            "id": 211905,
            "name": {
                "de": "Bionik",
                "en": "Bionics "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211906,
            "name": {
                "de": "Brandschutz",
                "en": "Fire protection "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211907,
            "name": {
                "de": "Energieeinsparung",
                "en": "Energy saving "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211908,
            "name": {
                "de": "Energieforschung",
                "en": "Energy research "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211909,
            "name": {
                "de": "Energietechnik",
                "en": "Energy technology "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211911,
            "name": {
                "de": "Nachhaltige Technologien",
                "en": "Sustainable technologies "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211912,
            "name": {
                "de": "Produktgestaltung",
                "en": "Product design "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211913,
            "name": {
                "de": "Qualitätssicherung",
                "en": "Quality assurance "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211914,
            "name": {
                "de": "Risikoforschung",
                "en": "Risk research "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211915,
            "name": {
                "de": "Solartechnik",
                "en": "Solar technology "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 106049,
            "name": {
                "de": "Ultrastrukturforschung",
                "en": "Ultrastructure research "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                58881
            ]
        }
    ]
}