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&ordering=name
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=20&ordering=name",
    "previous": null,
    "results": [
        {
            "id": 207401,
            "name": {
                "de": "3D-Vermessung",
                "en": "3D-surveying "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 106011,
            "name": {
                "de": "3R (Replacement, Reduction, Refinement von Tierversuchen)",
                "en": "3Rs (replacement, reduction, refinement of animal"
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                123850,
                91352
            ]
        },
        {
            "id": 400000,
            "name": {
                "de": "AGRARWISSENSCHAFTEN, VETERINÄRMEDIZIN",
                "en": "AGRICULTURAL SCIENCES, VETERINARY MEDICINE"
            },
            "level": 1,
            "parent": null,
            "persons": []
        },
        {
            "id": 207101,
            "name": {
                "de": "Abfalltechnik",
                "en": "Waste engineering "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 211901,
            "name": {
                "de": "Abfallvermeidung",
                "en": "Waste prevention "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 207102,
            "name": {
                "de": "Abluftreinigung",
                "en": "Exhaust air purification "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207103,
            "name": {
                "de": "Abwasserreinigung",
                "en": "Wastewater treatment "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 401100,
            "name": {
                "de": "Ackerbau, Gartenbau",
                "en": "Cultivation of Land, Horticulture"
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401101,
            "name": {
                "de": "Ackerbau",
                "en": "Cultivation of land "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 106055,
            "name": {
                "de": "Aerobiologie",
                "en": "Aerobiology"
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 103001,
            "name": {
                "de": "Aerodynamik",
                "en": "Aerodynamics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 105201,
            "name": {
                "de": "Aeronomie",
                "en": "Aeronomy "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 103039,
            "name": {
                "de": "Aerosolphysik",
                "en": "Aerosol physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 602001,
            "name": {
                "de": "Afrikanistik",
                "en": "African studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 404000,
            "name": {
                "de": "Agrarbiotechnologie, Lebensmittelbiotechnologie",
                "en": "Agricultural Biotechnology, Food Biotechnology"
            },
            "level": 3,
            "parent": 400000,
            "persons": []
        },
        {
            "id": 404001,
            "name": {
                "de": "Agrarbiotechnologie",
                "en": "Agricultural biotechnology "
            },
            "level": 6,
            "parent": 404000,
            "persons": []
        },
        {
            "id": 105202,
            "name": {
                "de": "Agrarmeteorologie",
                "en": "Agricultural meteorology  "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 405003,
            "name": {
                "de": "Agrarpolitik",
                "en": "Agricultural policy "
            },
            "level": 6,
            "parent": 405000,
            "persons": []
        },
        {
            "id": 405006,
            "name": {
                "de": "Agrarsoziologie",
                "en": "Agricultural sociology"
            },
            "level": 6,
            "parent": 405000,
            "persons": []
        },
        {
            "id": 405001,
            "name": {
                "de": "Agrarökologie",
                "en": "Agroecology "
            },
            "level": 6,
            "parent": 405000,
            "persons": []
        }
    ]
}