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": 301209,
            "name": {
                "de": "Pharmazie",
                "en": "Pharmacy "
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                128995,
                51667,
                101523,
                98759
            ]
        },
        {
            "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": 204002,
            "name": {
                "de": "Chemische Reaktionstechnik",
                "en": "Chemical reaction engineering  "
            },
            "level": 6,
            "parent": 204000,
            "persons": []
        }
    ]
}