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=500&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=520&ordering=-level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=480&ordering=-level",
    "results": [
        {
            "id": 204005,
            "name": {
                "de": "Raffinerietechnik",
                "en": "Refining technology  "
            },
            "level": 6,
            "parent": 204000,
            "persons": []
        },
        {
            "id": 301407,
            "name": {
                "de": "Neurophysiologie",
                "en": "Neurophysiology "
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                77049,
                58643,
                51465,
                51814,
                50869,
                80259,
                74916,
                51524,
                51681,
                50960,
                50696,
                54345,
                54165,
                53336,
                63490,
                50615,
                50907,
                52002,
                56687,
                94147,
                51073,
                51041,
                72095,
                51695,
                79474,
                50969
            ]
        },
        {
            "id": 205001,
            "name": {
                "de": "Baustoffprüfung",
                "en": "Building materials testing "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 205002,
            "name": {
                "de": "Beschichtungstechnik",
                "en": "Coating technology "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 205003,
            "name": {
                "de": "Feuerfeste Materialien",
                "en": "Refractories "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 205004,
            "name": {
                "de": "Funktionsmaterialien",
                "en": "Functional materials "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 205005,
            "name": {
                "de": "Gesteinshüttenkunde",
                "en": "Ceramics engineering "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 205006,
            "name": {
                "de": "Holzforschung",
                "en": "Wood research "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 205007,
            "name": {
                "de": "Holzschutzmittel",
                "en": "Wood preservatives "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 205008,
            "name": {
                "de": "Holztechnologie",
                "en": "Wood technology "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 205010,
            "name": {
                "de": "Korrosionsschutzmittel",
                "en": "Anticorrosives "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 205011,
            "name": {
                "de": "Kunststofftechnik",
                "en": "Polymer engineering "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 205012,
            "name": {
                "de": "Kunststoffverarbeitung",
                "en": "Polymer processing "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 205013,
            "name": {
                "de": "Schadensanalytik",
                "en": "Failure analysis "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 205014,
            "name": {
                "de": "Textiltechnik",
                "en": "Textile technology "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 205015,
            "name": {
                "de": "Verbundwerkstoffe",
                "en": "Composites "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 205016,
            "name": {
                "de": "Werkstoffprüfung",
                "en": "Materials testing "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 205017,
            "name": {
                "de": "Werkstofftechnik",
                "en": "Materials engineering "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 205018,
            "name": {
                "de": "Zellstoff- und Papiertechnik",
                "en": "Pulp and paper technology "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 207200,
            "name": {
                "de": "Ingenieurgeologie, Geotechnik",
                "en": "Engineering Geology, Geotechnics"
            },
            "level": 6,
            "parent": 207000,
            "persons": [
                117084
            ]
        }
    ]
}