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=820&ordering=parent
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1489,
    "next": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=840&ordering=parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=800&ordering=parent",
    "results": [
        {
            "id": 305909,
            "name": {
                "de": "Stressforschung",
                "en": "Stress research "
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                56918,
                51692,
                51505,
                50774,
                57932,
                51524,
                86186,
                51907,
                51205,
                64295,
                51503,
                54245,
                90882,
                111461,
                51671,
                59859,
                51687,
                50539,
                81071,
                69860,
                60096
            ]
        },
        {
            "id": 305910,
            "name": {
                "de": "Verkehrsmedizin",
                "en": "Traffic medicine "
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                51952,
                51588
            ]
        },
        {
            "id": 305109,
            "name": {
                "de": "Forensische Anthropologie",
                "en": "Forensic anthropology"
            },
            "level": 6,
            "parent": 305000,
            "persons": []
        },
        {
            "id": 305110,
            "name": {
                "de": "Forensische Bildgebung",
                "en": "Forensic imaging"
            },
            "level": 6,
            "parent": 305000,
            "persons": []
        },
        {
            "id": 305903,
            "name": {
                "de": "Geschichte der Medizin",
                "en": "History of medicine "
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                50862,
                51688
            ]
        },
        {
            "id": 305111,
            "name": {
                "de": "Klinische Gerichtsmedizin",
                "en": "Clinical forensic medicine"
            },
            "level": 6,
            "parent": 305000,
            "persons": []
        },
        {
            "id": 305911,
            "name": {
                "de": "Digitale Medizin",
                "en": "Digital medicine"
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                99971,
                79651
            ]
        },
        {
            "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": 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": 401102,
            "name": {
                "de": "Bewässerungswirtschaft",
                "en": "Irrigation management "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401103,
            "name": {
                "de": "Gartenbau",
                "en": "Horticulture "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401104,
            "name": {
                "de": "Gemüsebau",
                "en": "Vegetable growing "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401105,
            "name": {
                "de": "Getreidebau",
                "en": "Grain cultivation  "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401106,
            "name": {
                "de": "Landschaftspflege",
                "en": "Landscape conservation "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401107,
            "name": {
                "de": "Landtechnik",
                "en": "Agricultural engineering "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        }
    ]
}