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=360&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=380&ordering=parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=340&ordering=parent",
    "results": [
        {
            "id": 201132,
            "name": {
                "de": "Computational Engineering",
                "en": "Computational Engineering"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201131,
            "name": {
                "de": "Baugeschichte",
                "en": "Building history"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 202001,
            "name": {
                "de": "Audiotechnik",
                "en": "Audio technology "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                50698
            ]
        },
        {
            "id": 202002,
            "name": {
                "de": "Audiovisuelle Medien",
                "en": "Audiovisual media "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                50698
            ]
        },
        {
            "id": 202003,
            "name": {
                "de": "Automatisierungstechnik",
                "en": "Automation "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202004,
            "name": {
                "de": "Brain-Computer Interface",
                "en": "Brain-computer interface "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                116401
            ]
        },
        {
            "id": 202005,
            "name": {
                "de": "Computer Architektur",
                "en": "Computer architecture "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202006,
            "name": {
                "de": "Computer Hardware",
                "en": "Computer hardware "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202007,
            "name": {
                "de": "Computer Integrated Manufacturing (CIM)",
                "en": "Computer integrated manufacturing (CIM) "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202008,
            "name": {
                "de": "Elektrische Anlagen",
                "en": "Electrical power systems "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202009,
            "name": {
                "de": "Elektrische Antriebstechnik",
                "en": "Electrical drive engineering "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202010,
            "name": {
                "de": "Elektrische Energietechnik",
                "en": "Electric power engineering "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202011,
            "name": {
                "de": "Elektrische Maschinen",
                "en": "Electrical machines "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202012,
            "name": {
                "de": "Elektrische Messtechnik",
                "en": "Electrical measurement technology "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202013,
            "name": {
                "de": "Elektromagnetische Verträglichkeit",
                "en": "Electromagnetic compatibility "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202014,
            "name": {
                "de": "Elektromagnetismus",
                "en": "Electromagnetism "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202015,
            "name": {
                "de": "Elektronik",
                "en": "Electronics "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                51502,
                51504,
                104822
            ]
        },
        {
            "id": 202016,
            "name": {
                "de": "Elektrotechnik",
                "en": "Electrical engineering "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                108575,
                99976,
                50967,
                50375
            ]
        },
        {
            "id": 202017,
            "name": {
                "de": "Embedded Systems",
                "en": "Embedded systems "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202018,
            "name": {
                "de": "Halbleiterelektronik",
                "en": "Semiconductor electronics "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        }
    ]
}