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=1020&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=1040&ordering=-parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1000&ordering=-parent",
    "results": [
        {
            "id": 204004,
            "name": {
                "de": "Organisch-chemische Technologie",
                "en": "Organic chemical technology  "
            },
            "level": 6,
            "parent": 204000,
            "persons": []
        },
        {
            "id": 204005,
            "name": {
                "de": "Raffinerietechnik",
                "en": "Refining technology  "
            },
            "level": 6,
            "parent": 204000,
            "persons": []
        },
        {
            "id": 204006,
            "name": {
                "de": "Mechanische Verfahrenstechnik",
                "en": "Mechanical process engineering"
            },
            "level": 6,
            "parent": 204000,
            "persons": [
                113130
            ]
        },
        {
            "id": 204007,
            "name": {
                "de": "Thermische Verfahrenstechnik",
                "en": "Thermal process engineering"
            },
            "level": 6,
            "parent": 204000,
            "persons": []
        },
        {
            "id": 204008,
            "name": {
                "de": "Membrantechnologie",
                "en": "Membrane technology"
            },
            "level": 6,
            "parent": 204000,
            "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
            ]
        }
    ]
}