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=640&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=660&ordering=-parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=620&ordering=-parent",
    "results": [
        {
            "id": 401901,
            "name": {
                "de": "Bodenerosion",
                "en": "Soil erosion "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401902,
            "name": {
                "de": "Bodenkunde",
                "en": "Soil science "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401903,
            "name": {
                "de": "Fischerei",
                "en": "Fishery "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401904,
            "name": {
                "de": "Geschichte der Land- und Forstwirtschaft",
                "en": "History of agriculture and forestry "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401905,
            "name": {
                "de": "Nachwachsende Rohstoffe",
                "en": "Renewable resources "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401117,
            "name": {
                "de": "Weinbau",
                "en": "Viticulture "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401000,
            "name": {
                "de": "Land- und Forstwirtschaft, Fischerei",
                "en": "Agriculture and Forestry, Fishery"
            },
            "level": 3,
            "parent": 400000,
            "persons": []
        },
        {
            "id": 402000,
            "name": {
                "de": "Tierzucht, Tierproduktion",
                "en": "Animal Breeding, Animal Production"
            },
            "level": 3,
            "parent": 400000,
            "persons": []
        },
        {
            "id": 403000,
            "name": {
                "de": "Veterinärmedizin",
                "en": "Veterinary Medicine"
            },
            "level": 3,
            "parent": 400000,
            "persons": []
        },
        {
            "id": 404000,
            "name": {
                "de": "Agrarbiotechnologie, Lebensmittelbiotechnologie",
                "en": "Agricultural Biotechnology, Food Biotechnology"
            },
            "level": 3,
            "parent": 400000,
            "persons": []
        },
        {
            "id": 405000,
            "name": {
                "de": "Andere Agrarwissenschaften",
                "en": "Other Agricultural Sciences"
            },
            "level": 3,
            "parent": 400000,
            "persons": []
        },
        {
            "id": 305100,
            "name": {
                "de": "Gerichtsmedizin",
                "en": "Forensic Medicine"
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                82800,
                90131,
                74435
            ]
        },
        {
            "id": 305101,
            "name": {
                "de": "Blutspurenanalyse",
                "en": "Bloodstain pattern analysis "
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                90131
            ]
        },
        {
            "id": 305102,
            "name": {
                "de": "DNA-Analyse (Gerichtsmedizin)",
                "en": "DNA analysis (Forensic medicine) "
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                50997,
                51682,
                51996,
                90131,
                51964,
                50811,
                50151
            ]
        },
        {
            "id": 305103,
            "name": {
                "de": "Forensische Biologie",
                "en": "Forensic biology "
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                90131
            ]
        },
        {
            "id": 305104,
            "name": {
                "de": "Forensische Chemie",
                "en": "Forensic chemistry "
            },
            "level": 6,
            "parent": 305000,
            "persons": []
        },
        {
            "id": 305105,
            "name": {
                "de": "Forensische Psychiatrie",
                "en": "Forensic psychiatry "
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                51726,
                79474
            ]
        },
        {
            "id": 305106,
            "name": {
                "de": "Forensische Radiologie",
                "en": "Forensic radiology "
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                82800,
                90131,
                74435
            ]
        },
        {
            "id": 305107,
            "name": {
                "de": "Forensische Toxikologie",
                "en": "Forensic toxicology "
            },
            "level": 6,
            "parent": 305000,
            "persons": []
        },
        {
            "id": 305108,
            "name": {
                "de": "Gerichtliche Humanmedizin",
                "en": "Forensic human medicine "
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                51952,
                82800
            ]
        }
    ]
}