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=920&ordering=-parent
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=940&ordering=-parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=900&ordering=-parent",
    "results": [
        {
            "id": 211925,
            "name": {
                "de": "Explosionsforschung",
                "en": "Explosion research"
            },
            "level": 6,
            "parent": 211000,
            "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": 209001,
            "name": {
                "de": "Biokatalyse",
                "en": "Biocatalysis "
            },
            "level": 6,
            "parent": 209000,
            "persons": []
        },
        {
            "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": 208001,
            "name": {
                "de": "Bioremediation",
                "en": "Bioremediation "
            },
            "level": 6,
            "parent": 208000,
            "persons": []
        },
        {
            "id": 208002,
            "name": {
                "de": "Ethik in der Umweltbiotechnologie",
                "en": "Environmental biotechnology related ethics "
            },
            "level": 6,
            "parent": 208000,
            "persons": []
        },
        {
            "id": 208003,
            "name": {
                "de": "Umweltbiotechnologie",
                "en": "Environmental biotechnology "
            },
            "level": 6,
            "parent": 208000,
            "persons": []
        },
        {
            "id": 207410,
            "name": {
                "de": "Photogrammetrie",
                "en": "Photogrammetry "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207411,
            "name": {
                "de": "Satellitengeodäsie",
                "en": "Satellite geodesy "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207412,
            "name": {
                "de": "Satellitengestützte Koordinatenmessung",
                "en": "Satellite-based coordinate measuring "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207413,
            "name": {
                "de": "Vermessungswesen",
                "en": "Surveying "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        }
    ]
}