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=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=380&ordering=id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=340&ordering=id",
    "results": [
        {
            "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": []
        },
        {
            "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": []
        }
    ]
}