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=200&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=220&ordering=id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=180&ordering=id",
    "results": [
        {
            "id": 105403,
            "name": {
                "de": "Geoinformatik",
                "en": "Geoinformatics "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105404,
            "name": {
                "de": "Geomorphologie",
                "en": "Geomorphology "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105405,
            "name": {
                "de": "Geoökologie",
                "en": "Geoecology "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105406,
            "name": {
                "de": "Geschichte der Geographie",
                "en": "History of geography "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105407,
            "name": {
                "de": "Kartographie",
                "en": "Cartography "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105408,
            "name": {
                "de": "Physische Geographie",
                "en": "Physical geography "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105409,
            "name": {
                "de": "Topographie",
                "en": "Topography "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105900,
            "name": {
                "de": "Sonstige und interdisziplinäre Geowissenschaften",
                "en": "Interdisciplinary Geosciences not elsewhere classified"
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105901,
            "name": {
                "de": "Glaziologie",
                "en": "Glaciology "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105902,
            "name": {
                "de": "Naturgefahren",
                "en": "Natural hazards "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105903,
            "name": {
                "de": "Speläologie",
                "en": "Speleology "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105904,
            "name": {
                "de": "Umweltforschung",
                "en": "Environmental research "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105905,
            "name": {
                "de": "Umweltschutz",
                "en": "Environmental protection "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105906,
            "name": {
                "de": "Umweltgeowissenschaften",
                "en": "Environmental geosciences "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105907,
            "name": {
                "de": "Polarforschung",
                "en": "Polar research"
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 106000,
            "name": {
                "de": "Biologie",
                "en": "Biology"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        },
        {
            "id": 106001,
            "name": {
                "de": "Allgemeine Biologie",
                "en": "General biology "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                57420,
                122510,
                58881,
                101037,
                59025,
                90337
            ]
        },
        {
            "id": 106002,
            "name": {
                "de": "Biochemie",
                "en": "Biochemistry "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                57420,
                107391,
                114534,
                59426,
                54004,
                58794,
                51632,
                82721,
                124253,
                104200,
                98847,
                78591,
                105020,
                123850,
                76131,
                83104,
                100845,
                51904,
                104205,
                90273,
                130317,
                90044,
                101037,
                89900,
                59025,
                79173,
                111770,
                51091,
                99325,
                56582,
                98087,
                58452,
                108352,
                99703,
                106195
            ]
        },
        {
            "id": 106003,
            "name": {
                "de": "Biodiversitätsforschung",
                "en": "Biodiversity research "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106004,
            "name": {
                "de": "Bioethik",
                "en": "Bioethics "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                51964
            ]
        }
    ]
}