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=-id
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=-id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1080&ordering=-id",
    "results": [
        {
            "id": 202014,
            "name": {
                "de": "Elektromagnetismus",
                "en": "Electromagnetism "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202013,
            "name": {
                "de": "Elektromagnetische Verträglichkeit",
                "en": "Electromagnetic compatibility "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202012,
            "name": {
                "de": "Elektrische Messtechnik",
                "en": "Electrical measurement technology "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202011,
            "name": {
                "de": "Elektrische Maschinen",
                "en": "Electrical machines "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202010,
            "name": {
                "de": "Elektrische Energietechnik",
                "en": "Electric power engineering "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202009,
            "name": {
                "de": "Elektrische Antriebstechnik",
                "en": "Electrical drive engineering "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202008,
            "name": {
                "de": "Elektrische Anlagen",
                "en": "Electrical power systems "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202007,
            "name": {
                "de": "Computer Integrated Manufacturing (CIM)",
                "en": "Computer integrated manufacturing (CIM) "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202006,
            "name": {
                "de": "Computer Hardware",
                "en": "Computer hardware "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202005,
            "name": {
                "de": "Computer Architektur",
                "en": "Computer architecture "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202004,
            "name": {
                "de": "Brain-Computer Interface",
                "en": "Brain-computer interface "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                116401
            ]
        },
        {
            "id": 202003,
            "name": {
                "de": "Automatisierungstechnik",
                "en": "Automation "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202002,
            "name": {
                "de": "Audiovisuelle Medien",
                "en": "Audiovisual media "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                50698
            ]
        },
        {
            "id": 202001,
            "name": {
                "de": "Audiotechnik",
                "en": "Audio technology "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                50698
            ]
        },
        {
            "id": 202000,
            "name": {
                "de": "Elektrotechnik, Elektronik, Informationstechnik",
                "en": "Electrical Engineering, Electronics, Information Engineering"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 201906,
            "name": {
                "de": "Bauwerksbegrünung",
                "en": "Building-integrated vegetation"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201905,
            "name": {
                "de": "Bauen im Bestand",
                "en": "Building within existing structures "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201904,
            "name": {
                "de": "Vegetationstechnik",
                "en": "Vegetation technology "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201903,
            "name": {
                "de": "Ingenieurbiologie",
                "en": "Soil bioengineering "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201902,
            "name": {
                "de": "Bauökologie",
                "en": "Building ecology "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        }
    ]
}