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=480&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=500&ordering=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=460&ordering=level",
    "results": [
        {
            "id": 203016,
            "name": {
                "de": "Messtechnik",
                "en": "Measurement engineering "
            },
            "level": 6,
            "parent": 203000,
            "persons": [
                51504
            ]
        },
        {
            "id": 203017,
            "name": {
                "de": "Mikromechanik",
                "en": "Micromechanics "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203018,
            "name": {
                "de": "Montanmaschinenbau",
                "en": "Heavy machinery construction "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203019,
            "name": {
                "de": "Reaktortechnik",
                "en": "Reactor technology "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203020,
            "name": {
                "de": "Schweißtechnik",
                "en": "Welding engineering "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203021,
            "name": {
                "de": "Strömungsmaschinen",
                "en": "Fluid-flow machinery "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203023,
            "name": {
                "de": "Thermische Turbomaschinen",
                "en": "Thermal turbomachinery "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203024,
            "name": {
                "de": "Thermodynamik",
                "en": "Thermodynamics "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203025,
            "name": {
                "de": "Tribologie",
                "en": "Tribology "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203026,
            "name": {
                "de": "Umformtechnik",
                "en": "Forming "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203027,
            "name": {
                "de": "Verbrennungskraftmaschinen",
                "en": "Internal combustion engines "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203028,
            "name": {
                "de": "Wärmetechnik",
                "en": "Thermal engineering "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203029,
            "name": {
                "de": "Werkzeugbau",
                "en": "Tool construction "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203030,
            "name": {
                "de": "Brennstoffzellentechnik",
                "en": "Fuel cell technology "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203031,
            "name": {
                "de": "Konstruktionslehre",
                "en": "Engineering design "
            },
            "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
            ]
        },
        {
            "id": 204001,
            "name": {
                "de": "Anorganisch-chemische Technologie",
                "en": "Inorganic chemical technology "
            },
            "level": 6,
            "parent": 204000,
            "persons": []
        },
        {
            "id": 204002,
            "name": {
                "de": "Chemische Reaktionstechnik",
                "en": "Chemical reaction engineering  "
            },
            "level": 6,
            "parent": 204000,
            "persons": []
        },
        {
            "id": 204003,
            "name": {
                "de": "Chemische Verfahrenstechnik",
                "en": "Chemical process engineering "
            },
            "level": 6,
            "parent": 204000,
            "persons": []
        },
        {
            "id": 302009,
            "name": {
                "de": "Chemotherapie",
                "en": "Chemotherapy "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                59188,
                114534,
                111910,
                50919,
                58814,
                105020,
                107150,
                107132,
                51045,
                50143,
                52002,
                51532,
                51949,
                59994,
                51538,
                69234,
                108352,
                119850,
                99703
            ]
        }
    ]
}