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=420&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=440&ordering=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=400&ordering=level",
    "results": [
        {
            "id": 401111,
            "name": {
                "de": "Pflanzenernährung",
                "en": "Plant nutrition "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401112,
            "name": {
                "de": "Pflanzenschutz",
                "en": "Plant protection "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401113,
            "name": {
                "de": "Pflanzenzucht",
                "en": "Plant breeding "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401114,
            "name": {
                "de": "Saatzucht",
                "en": "Seed breeding "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401115,
            "name": {
                "de": "Samenzucht",
                "en": "Seed cultivation "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401116,
            "name": {
                "de": "Spezialkulturen",
                "en": "Special crops "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401118,
            "name": {
                "de": "Zierpflanzenbau",
                "en": "Cultivation of ornamental plants "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401200,
            "name": {
                "de": "Forst- und Holzwirtschaft",
                "en": "Forestry and Wood Industry"
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401201,
            "name": {
                "de": "Forstentomologie",
                "en": "Forest entomology "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401202,
            "name": {
                "de": "Forstpathologie",
                "en": "Forest pathology "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401203,
            "name": {
                "de": "Forstschutz",
                "en": "Forest protection "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 202009,
            "name": {
                "de": "Elektrische Antriebstechnik",
                "en": "Electrical drive engineering "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202010,
            "name": {
                "de": "Elektrische Energietechnik",
                "en": "Electric power engineering "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202011,
            "name": {
                "de": "Elektrische Maschinen",
                "en": "Electrical machines "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202012,
            "name": {
                "de": "Elektrische Messtechnik",
                "en": "Electrical measurement technology "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202013,
            "name": {
                "de": "Elektromagnetische Verträglichkeit",
                "en": "Electromagnetic compatibility "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202014,
            "name": {
                "de": "Elektromagnetismus",
                "en": "Electromagnetism "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202015,
            "name": {
                "de": "Elektronik",
                "en": "Electronics "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                51502,
                51504,
                104822
            ]
        },
        {
            "id": 202016,
            "name": {
                "de": "Elektrotechnik",
                "en": "Electrical engineering "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                108575,
                99976,
                50967,
                50375
            ]
        },
        {
            "id": 201307,
            "name": {
                "de": "Verkehrswirtschaft",
                "en": "Transport economics "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        }
    ]
}