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=level
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=level",
    "previous": null,
    "results": [
        {
            "id": 300000,
            "name": {
                "de": "HUMANMEDIZIN, GESUNDHEITSWISSENSCHAFTEN",
                "en": "HUMAN MEDICINE, HEALTH SCIENCES"
            },
            "level": 1,
            "parent": null,
            "persons": []
        },
        {
            "id": 500000,
            "name": {
                "de": "SOZIALWISSENSCHAFTEN",
                "en": "SOCIAL SCIENCES"
            },
            "level": 1,
            "parent": null,
            "persons": []
        },
        {
            "id": 100000,
            "name": {
                "de": "NATURWISSENSCHAFTEN",
                "en": "NATURAL SCIENCES"
            },
            "level": 1,
            "parent": null,
            "persons": []
        },
        {
            "id": 400000,
            "name": {
                "de": "AGRARWISSENSCHAFTEN, VETERINÄRMEDIZIN",
                "en": "AGRICULTURAL SCIENCES, VETERINARY MEDICINE"
            },
            "level": 1,
            "parent": null,
            "persons": []
        },
        {
            "id": 200000,
            "name": {
                "de": "TECHNISCHE WISSENSCHAFTEN",
                "en": "TECHNICAL SCIENCES"
            },
            "level": 1,
            "parent": null,
            "persons": []
        },
        {
            "id": 600000,
            "name": {
                "de": "GEISTESWISSENSCHAFTEN",
                "en": "HUMANITIES"
            },
            "level": 1,
            "parent": null,
            "persons": []
        },
        {
            "id": 203000,
            "name": {
                "de": "Maschinenbau",
                "en": "Mechanical Engineering"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 305000,
            "name": {
                "de": "Andere Humanmedizin, Gesundheitswissenschaften",
                "en": "Other Human Medicine, Health Sciences"
            },
            "level": 3,
            "parent": 300000,
            "persons": []
        },
        {
            "id": 204000,
            "name": {
                "de": "Chemische Verfahrenstechnik",
                "en": "Chemical Process Engineering"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 211000,
            "name": {
                "de": "Andere Technische Wissenschaften",
                "en": "Other Technical Sciences"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 303000,
            "name": {
                "de": "Gesundheitswissenschaften",
                "en": "Health Sciences"
            },
            "level": 3,
            "parent": 300000,
            "persons": []
        },
        {
            "id": 304000,
            "name": {
                "de": "Medizinische Biotechnologie",
                "en": "Medical Biotechnology"
            },
            "level": 3,
            "parent": 300000,
            "persons": []
        },
        {
            "id": 301000,
            "name": {
                "de": "Medizinisch-theoretische Wissenschaften, Pharmazie",
                "en": "Medical-Theoretical Sciences, Pharmacy"
            },
            "level": 3,
            "parent": 300000,
            "persons": []
        },
        {
            "id": 401000,
            "name": {
                "de": "Land- und Forstwirtschaft, Fischerei",
                "en": "Agriculture and Forestry, Fishery"
            },
            "level": 3,
            "parent": 400000,
            "persons": []
        },
        {
            "id": 201000,
            "name": {
                "de": "Bauwesen",
                "en": "Construction Engineering"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 208000,
            "name": {
                "de": "Umweltbiotechnologie",
                "en": "Environmental Biotechnology"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 107000,
            "name": {
                "de": "Andere Naturwissenschaften",
                "en": "Other Natural Sciences"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        },
        {
            "id": 202000,
            "name": {
                "de": "Elektrotechnik, Elektronik, Informationstechnik",
                "en": "Electrical Engineering, Electronics, Information Engineering"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 210000,
            "name": {
                "de": "Nanotechnologie",
                "en": "Nanotechnology"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 106000,
            "name": {
                "de": "Biologie",
                "en": "Biology"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        }
    ]
}