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=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=560&ordering=id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=520&ordering=id",
    "results": [
        {
            "id": 209005,
            "name": {
                "de": "Fermentation",
                "en": "Fermentation "
            },
            "level": 6,
            "parent": 209000,
            "persons": []
        },
        {
            "id": 209006,
            "name": {
                "de": "Industrielle Biotechnologie",
                "en": "Industrial biotechnology "
            },
            "level": 6,
            "parent": 209000,
            "persons": [
                113130
            ]
        },
        {
            "id": 210000,
            "name": {
                "de": "Nanotechnologie",
                "en": "Nanotechnology"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 210001,
            "name": {
                "de": "Nanoanalytik",
                "en": "Nanoanalytics "
            },
            "level": 6,
            "parent": 210000,
            "persons": []
        },
        {
            "id": 210002,
            "name": {
                "de": "Nanobiotechnologie",
                "en": "Nanobiotechnology "
            },
            "level": 6,
            "parent": 210000,
            "persons": [
                129518,
                113130
            ]
        },
        {
            "id": 210003,
            "name": {
                "de": "Nanoelektronik",
                "en": "Nanoelectronics "
            },
            "level": 6,
            "parent": 210000,
            "persons": []
        },
        {
            "id": 210004,
            "name": {
                "de": "Nanomaterialien",
                "en": "Nanomaterials "
            },
            "level": 6,
            "parent": 210000,
            "persons": [
                129518,
                90214,
                113130
            ]
        },
        {
            "id": 210005,
            "name": {
                "de": "Nanophotonik",
                "en": "Nanophotonics "
            },
            "level": 6,
            "parent": 210000,
            "persons": [
                86770
            ]
        },
        {
            "id": 210006,
            "name": {
                "de": "Nanotechnologie",
                "en": "Nanotechnology "
            },
            "level": 6,
            "parent": 210000,
            "persons": [
                111387,
                129518,
                83066,
                104119,
                113130
            ]
        },
        {
            "id": 211000,
            "name": {
                "de": "Andere Technische Wissenschaften",
                "en": "Other Technical Sciences"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 211100,
            "name": {
                "de": "Metallurgie",
                "en": "Metallurgy"
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211101,
            "name": {
                "de": "Eisen- und Stahlmetallurgie",
                "en": "Iron and steel metallurgy "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211102,
            "name": {
                "de": "Gießereitechnik",
                "en": "Casting technology "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211103,
            "name": {
                "de": "Metallkunde",
                "en": "Physical metallurgy "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211104,
            "name": {
                "de": "Metallurgie",
                "en": "Metallurgy "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211105,
            "name": {
                "de": "Nichteisenmetallurgie",
                "en": "Nonferrous metallurgy "
            },
            "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": 211200,
            "name": {
                "de": "Lebensmitteltechnologie",
                "en": "Food Technology"
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211201,
            "name": {
                "de": "Getreidetechnologie",
                "en": "Grain technology "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        }
    ]
}