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=1100&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=1120&ordering=-parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1080&ordering=-parent",
    "results": [
        {
            "id": 202037,
            "name": {
                "de": "Signalverarbeitung",
                "en": "Signal processing "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                65660,
                50698,
                51502,
                51504,
                99976,
                51673
            ]
        },
        {
            "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": 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": 201100,
            "name": {
                "de": "Bauingenieurwesen",
                "en": "Civil Engineering"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201101,
            "name": {
                "de": "Baubetrieb",
                "en": "Construction operation "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201102,
            "name": {
                "de": "Baudynamik",
                "en": "Structural dynamics "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201103,
            "name": {
                "de": "Bauphysik",
                "en": "Building physics "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201105,
            "name": {
                "de": "Baustofflehre",
                "en": "Construction material practice "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201106,
            "name": {
                "de": "Bautechnik",
                "en": "Structural engineering "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201107,
            "name": {
                "de": "Betriebsfestigkeit",
                "en": "Endurance strength "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201108,
            "name": {
                "de": "Bruchmechanik",
                "en": "Fracture mechanics "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201109,
            "name": {
                "de": "Brückenbau",
                "en": "Bridge construction "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201110,
            "name": {
                "de": "Festigkeitslehre",
                "en": "Strength of materials "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201111,
            "name": {
                "de": "Flussbau",
                "en": "River engineering "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201112,
            "name": {
                "de": "Hochbau",
                "en": "Building construction "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201113,
            "name": {
                "de": "Holzbau",
                "en": "Timber engineering "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        }
    ]
}