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=1340&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=1360&ordering=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1320&ordering=level",
    "results": [
        {
            "id": 401117,
            "name": {
                "de": "Weinbau",
                "en": "Viticulture "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 203022,
            "name": {
                "de": "Technische Mechanik",
                "en": "Technical mechanics "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 205009,
            "name": {
                "de": "Keramische Werkstoffe",
                "en": "Ceramic materials "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 207109,
            "name": {
                "de": "Schadstoffemission",
                "en": "Pollutant emission "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 103044,
            "name": {
                "de": "Kosmologie",
                "en": "Cosmology"
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 104027,
            "name": {
                "de": "Computational Chemistry",
                "en": "Computational chemistry"
            },
            "level": 6,
            "parent": 104000,
            "persons": [
                112129
            ]
        },
        {
            "id": 106058,
            "name": {
                "de": "Bodenbiologie",
                "en": "Soil biology"
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106059,
            "name": {
                "de": "Mikrobiomforschung",
                "en": "Microbiome research"
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106060,
            "name": {
                "de": "Tierethik",
                "en": "Animal ethics"
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 107009,
            "name": {
                "de": "Archäozoologie",
                "en": "Archaeozoology"
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 107010,
            "name": {
                "de": "Geoarchäologie",
                "en": "Geoarchaeology"
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 203038,
            "name": {
                "de": "Lüftungstechnik",
                "en": "Ventilation technology"
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 204008,
            "name": {
                "de": "Membrantechnologie",
                "en": "Membrane technology"
            },
            "level": 6,
            "parent": 204000,
            "persons": []
        },
        {
            "id": 301215,
            "name": {
                "de": "Arzneimittelsicherheit",
                "en": "Drug safety"
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                107594,
                51661
            ]
        },
        {
            "id": 403036,
            "name": {
                "de": "Intensivmedizin (Veterinärmedizin)",
                "en": "Veterinary critical care medicine"
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 502058,
            "name": {
                "de": "Digitale Transformation",
                "en": "Digital transformation"
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 502059,
            "name": {
                "de": "Kreislaufwirtschaft",
                "en": "Circular economy"
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 505051,
            "name": {
                "de": "Rechtsethik",
                "en": "Legal ethics"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505052,
            "name": {
                "de": "Versicherungsrecht",
                "en": "Insurance law"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505053,
            "name": {
                "de": "Verwaltungsverfahrensrecht",
                "en": "Administrative procedural law"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        }
    ]
}