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=120&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=140&ordering=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=100&ordering=level",
    "results": [
        {
            "id": 201207,
            "name": {
                "de": "Gebäudelehre",
                "en": "Building typology "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201208,
            "name": {
                "de": "Industriearchitektur",
                "en": "Industrial architecture "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201209,
            "name": {
                "de": "Innenarchitektur",
                "en": "Interior design "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201210,
            "name": {
                "de": "Landschaftsarchitektur",
                "en": "Landscape architecture "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201211,
            "name": {
                "de": "Solararchitektur",
                "en": "Solar architecture "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201212,
            "name": {
                "de": "Städtebau",
                "en": "Urban design "
            },
            "level": 6,
            "parent": 201000,
            "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": 106017,
            "name": {
                "de": "Glykobiologie",
                "en": "Glycobiology "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 105902,
            "name": {
                "de": "Naturgefahren",
                "en": "Natural hazards "
            },
            "level": 6,
            "parent": 105000,
            "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": 106016,
            "name": {
                "de": "Geschichte der Biologie",
                "en": "History of biology "
            },
            "level": 6,
            "parent": 106000,
            "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": 106015,
            "name": {
                "de": "Geobotanik",
                "en": "Geobotany "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 105900,
            "name": {
                "de": "Sonstige und interdisziplinäre Geowissenschaften",
                "en": "Interdisciplinary Geosciences not elsewhere classified"
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105400,
            "name": {
                "de": "Physische Geographie",
                "en": "Physical Geography"
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105303,
            "name": {
                "de": "Hydrogeologie",
                "en": "Hydrogeology "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 107001,
            "name": {
                "de": "Archäometrie",
                "en": "Archaeometry "
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        }
    ]
}