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=1440&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=1460&ordering=-level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1420&ordering=-level",
    "results": [
        {
            "id": 101000,
            "name": {
                "de": "Mathematik",
                "en": "Mathematics"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        },
        {
            "id": 505000,
            "name": {
                "de": "Rechtswissenschaften",
                "en": "Law"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 403000,
            "name": {
                "de": "Veterinärmedizin",
                "en": "Veterinary Medicine"
            },
            "level": 3,
            "parent": 400000,
            "persons": []
        },
        {
            "id": 402000,
            "name": {
                "de": "Tierzucht, Tierproduktion",
                "en": "Animal Breeding, Animal Production"
            },
            "level": 3,
            "parent": 400000,
            "persons": []
        },
        {
            "id": 203000,
            "name": {
                "de": "Maschinenbau",
                "en": "Mechanical Engineering"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 204000,
            "name": {
                "de": "Chemische Verfahrenstechnik",
                "en": "Chemical Process Engineering"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 302000,
            "name": {
                "de": "Klinische Medizin",
                "en": "Clinical Medicine"
            },
            "level": 3,
            "parent": 300000,
            "persons": []
        },
        {
            "id": 202000,
            "name": {
                "de": "Elektrotechnik, Elektronik, Informationstechnik",
                "en": "Electrical Engineering, Electronics, Information Engineering"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 207000,
            "name": {
                "de": "Umweltingenieurwesen, Angewandte Geowissenschaften",
                "en": "Environmental Engineering, Applied Geosciences"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 102000,
            "name": {
                "de": "Informatik",
                "en": "Computer Sciences"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        },
        {
            "id": 104000,
            "name": {
                "de": "Chemie",
                "en": "Chemistry"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        },
        {
            "id": 601000,
            "name": {
                "de": "Geschichte, Archäologie",
                "en": "History, Archaeology"
            },
            "level": 3,
            "parent": 600000,
            "persons": []
        },
        {
            "id": 105000,
            "name": {
                "de": "Geowissenschaften",
                "en": "Geosciences"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        },
        {
            "id": 401000,
            "name": {
                "de": "Land- und Forstwirtschaft, Fischerei",
                "en": "Agriculture and Forestry, Fishery"
            },
            "level": 3,
            "parent": 400000,
            "persons": []
        },
        {
            "id": 205000,
            "name": {
                "de": "Werkstofftechnik",
                "en": "Materials Engineering"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 506000,
            "name": {
                "de": "Politikwissenschaften",
                "en": "Political Science"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 508000,
            "name": {
                "de": "Medien- und Kommunikationswissenschaften",
                "en": "Media and Communication Sciences"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 106000,
            "name": {
                "de": "Biologie",
                "en": "Biology"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        },
        {
            "id": 405000,
            "name": {
                "de": "Andere Agrarwissenschaften",
                "en": "Other Agricultural Sciences"
            },
            "level": 3,
            "parent": 400000,
            "persons": []
        },
        {
            "id": 103000,
            "name": {
                "de": "Physik, Astronomie",
                "en": "Physics, Astronomy"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        }
    ]
}