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=460&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=480&ordering=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=440&ordering=level",
    "results": [
        {
            "id": 202038,
            "name": {
                "de": "Telekommunikation",
                "en": "Telecommunications "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                51711
            ]
        },
        {
            "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": 201307,
            "name": {
                "de": "Verkehrswirtschaft",
                "en": "Transport economics "
            },
            "level": 6,
            "parent": 201000,
            "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": 302010,
            "name": {
                "de": "Computertomographie (CT)",
                "en": "Computed tomography (CT) "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                126155,
                51882,
                82111,
                100618,
                104202,
                73407,
                116406,
                97688,
                52008,
                50948,
                74075,
                105379,
                74435,
                51958
            ]
        }
    ]
}