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=160&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=180&ordering=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=140&ordering=level",
    "results": [
        {
            "id": 209002,
            "name": {
                "de": "Bioprozesstechnik",
                "en": "Bioprocess technology "
            },
            "level": 6,
            "parent": 209000,
            "persons": [
                104200
            ]
        },
        {
            "id": 209003,
            "name": {
                "de": "Biotreibstoffe",
                "en": "Biofuels "
            },
            "level": 6,
            "parent": 209000,
            "persons": []
        },
        {
            "id": 209004,
            "name": {
                "de": "Enzymtechnologie",
                "en": "Enzyme technology "
            },
            "level": 6,
            "parent": 209000,
            "persons": []
        },
        {
            "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": 106050,
            "name": {
                "de": "Vegetationskunde",
                "en": "Vegetation science "
            },
            "level": 6,
            "parent": 106000,
            "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": 106012,
            "name": {
                "de": "Evolutionsforschung",
                "en": "Evolutionary research "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                58881
            ]
        },
        {
            "id": 210006,
            "name": {
                "de": "Nanotechnologie",
                "en": "Nanotechnology "
            },
            "level": 6,
            "parent": 210000,
            "persons": [
                111387,
                129518,
                83066,
                104119,
                113130
            ]
        },
        {
            "id": 202006,
            "name": {
                "de": "Computer Hardware",
                "en": "Computer hardware "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202005,
            "name": {
                "de": "Computer Architektur",
                "en": "Computer architecture "
            },
            "level": 6,
            "parent": 202000,
            "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": 106049,
            "name": {
                "de": "Ultrastrukturforschung",
                "en": "Ultrastructure research "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                58881
            ]
        }
    ]
}