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=440&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=460&ordering=-level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=420&ordering=-level",
    "results": [
        {
            "id": 202018,
            "name": {
                "de": "Halbleiterelektronik",
                "en": "Semiconductor electronics "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202019,
            "name": {
                "de": "Hochfrequenztechnik",
                "en": "High frequency engineering "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202020,
            "name": {
                "de": "Hochspannungstechnik",
                "en": "High voltage engineering "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202021,
            "name": {
                "de": "Industrielle Elektronik",
                "en": "Industrial electronics "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202022,
            "name": {
                "de": "Informationstechnik",
                "en": "Information technology "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                100364,
                108575,
                60827,
                130375,
                99976
            ]
        },
        {
            "id": 202023,
            "name": {
                "de": "Integrierte Schaltkreise",
                "en": "Integrated circuits "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202024,
            "name": {
                "de": "Lasertechnik",
                "en": "Laser technology "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                50698
            ]
        },
        {
            "id": 202025,
            "name": {
                "de": "Leistungselektronik",
                "en": "Power electronics "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202026,
            "name": {
                "de": "Lichttechnik",
                "en": "Light technology  "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202027,
            "name": {
                "de": "Mechatronik",
                "en": "Mechatronics "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                51504,
                104822
            ]
        },
        {
            "id": 202028,
            "name": {
                "de": "Mikroelektronik",
                "en": "Microelectronics "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202029,
            "name": {
                "de": "Mikrowellentechnik",
                "en": "Microwave engineering "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202030,
            "name": {
                "de": "Nachrichtentechnik",
                "en": "Communication engineering "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202031,
            "name": {
                "de": "Netzwerktechnik",
                "en": "Network engineering "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                100364,
                51080,
                50967
            ]
        },
        {
            "id": 202032,
            "name": {
                "de": "Photovoltaik",
                "en": "Photovoltaics "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202033,
            "name": {
                "de": "Radartechnik",
                "en": "Radar technology "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202034,
            "name": {
                "de": "Regelungstechnik",
                "en": "Control engineering "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                51854
            ]
        },
        {
            "id": 202035,
            "name": {
                "de": "Robotik",
                "en": "Robotics "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                99971,
                67508,
                99368
            ]
        },
        {
            "id": 202036,
            "name": {
                "de": "Sensorik",
                "en": "Sensor systems "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                50698,
                51502,
                51504
            ]
        },
        {
            "id": 203012,
            "name": {
                "de": "Luftfahrttechnik",
                "en": "Aerospace engineering "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        }
    ]
}