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=400&ordering=parent
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=420&ordering=parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=380&ordering=parent",
    "results": [
        {
            "id": 202039,
            "name": {
                "de": "Theoretische Elektrotechnik",
                "en": "Theoretical electrical engineering "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                50967
            ]
        },
        {
            "id": 202040,
            "name": {
                "de": "Übertragungstechnik",
                "en": "Transmission technology "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202041,
            "name": {
                "de": "Technische Informatik",
                "en": "Computer engineering "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                100364
            ]
        },
        {
            "id": 202042,
            "name": {
                "de": "Optische Nachrichtentechnik",
                "en": "Optical communication engineering"
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202043,
            "name": {
                "de": "Netzwerksicherheit",
                "en": "Network security"
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 203001,
            "name": {
                "de": "Apparatebau",
                "en": "Apparatus engineering "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203002,
            "name": {
                "de": "Betriebsfestigkeit",
                "en": "Endurance strength "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203003,
            "name": {
                "de": "Bruchmechanik",
                "en": "Fracture mechanics "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203004,
            "name": {
                "de": "Fahrzeugtechnik",
                "en": "Automotive technology "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203005,
            "name": {
                "de": "Feinwerktechnik",
                "en": "Precision engineering "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203006,
            "name": {
                "de": "Fertigungstechnik",
                "en": "Production engineering "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203007,
            "name": {
                "de": "Festigkeitslehre",
                "en": "Strength of materials "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203008,
            "name": {
                "de": "Fördertechnik",
                "en": "Conveyor technology "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203009,
            "name": {
                "de": "Kältetechnik",
                "en": "Refrigeration engineering "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203010,
            "name": {
                "de": "Klimatechnik",
                "en": "Air conditioning technology "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203011,
            "name": {
                "de": "Leichtbau",
                "en": "Lightweight design "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203012,
            "name": {
                "de": "Luftfahrttechnik",
                "en": "Aerospace engineering "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203013,
            "name": {
                "de": "Maschinenbau",
                "en": "Mechanical engineering "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203014,
            "name": {
                "de": "Maschinendynamik",
                "en": "Machine dynamics "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203015,
            "name": {
                "de": "Mechatronik",
                "en": "Mechatronics "
            },
            "level": 6,
            "parent": 203000,
            "persons": [
                51504
            ]
        }
    ]
}