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=1180&ordering=-id
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=1200&ordering=-id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1160&ordering=-id",
    "results": [
        {
            "id": 201000,
            "name": {
                "de": "Bauwesen",
                "en": "Construction Engineering"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 200000,
            "name": {
                "de": "TECHNISCHE WISSENSCHAFTEN",
                "en": "TECHNICAL SCIENCES"
            },
            "level": 1,
            "parent": null,
            "persons": []
        },
        {
            "id": 107010,
            "name": {
                "de": "Geoarchäologie",
                "en": "Geoarchaeology"
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 107009,
            "name": {
                "de": "Archäozoologie",
                "en": "Archaeozoology"
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 107008,
            "name": {
                "de": "Archäobotanik",
                "en": "Archaeobotany"
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 107007,
            "name": {
                "de": "Risikoforschung",
                "en": "Risk research "
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 107006,
            "name": {
                "de": "Naturschutz",
                "en": "Nature conservation "
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 107005,
            "name": {
                "de": "Lebensmitteluntersuchung",
                "en": "Food testing "
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 107004,
            "name": {
                "de": "Humanökologie",
                "en": "Human ecology "
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 107003,
            "name": {
                "de": "Geschichte der Naturwissenschaften",
                "en": "History of natural sciences "
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 107002,
            "name": {
                "de": "Bionik",
                "en": "Bionics "
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 107001,
            "name": {
                "de": "Archäometrie",
                "en": "Archaeometry "
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 107000,
            "name": {
                "de": "Andere Naturwissenschaften",
                "en": "Other Natural Sciences"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        },
        {
            "id": 106060,
            "name": {
                "de": "Tierethik",
                "en": "Animal ethics"
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106059,
            "name": {
                "de": "Mikrobiomforschung",
                "en": "Microbiome research"
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106058,
            "name": {
                "de": "Bodenbiologie",
                "en": "Soil biology"
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106057,
            "name": {
                "de": "Metabolomik",
                "en": "Metabolomics"
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                87663
            ]
        },
        {
            "id": 106056,
            "name": {
                "de": "Biologische Anthropologie",
                "en": "Biological anthropology"
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106055,
            "name": {
                "de": "Aerobiologie",
                "en": "Aerobiology"
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106054,
            "name": {
                "de": "Zoologie",
                "en": "Zoology "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        }
    ]
}