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=1460&ordering=-name
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1469,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1440&ordering=-name",
    "results": [
        {
            "id": 401101,
            "name": {
                "de": "Ackerbau",
                "en": "Cultivation of land "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401100,
            "name": {
                "de": "Ackerbau, Gartenbau",
                "en": "Cultivation of Land, Horticulture"
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 207103,
            "name": {
                "de": "Abwasserreinigung",
                "en": "Wastewater treatment "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207102,
            "name": {
                "de": "Abluftreinigung",
                "en": "Exhaust air purification "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 211901,
            "name": {
                "de": "Abfallvermeidung",
                "en": "Waste prevention "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 207101,
            "name": {
                "de": "Abfalltechnik",
                "en": "Waste engineering "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 400000,
            "name": {
                "de": "AGRARWISSENSCHAFTEN, VETERINÄRMEDIZIN",
                "en": "AGRICULTURAL SCIENCES, VETERINARY MEDICINE"
            },
            "level": 1,
            "parent": null,
            "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": 207401,
            "name": {
                "de": "3D-Vermessung",
                "en": "3D-surveying "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        }
    ]
}