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=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=460&ordering=id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=420&ordering=id",
    "results": [
        {
            "id": 204002,
            "name": {
                "de": "Chemische Reaktionstechnik",
                "en": "Chemical reaction engineering  "
            },
            "level": 6,
            "parent": 204000,
            "persons": []
        },
        {
            "id": 204003,
            "name": {
                "de": "Chemische Verfahrenstechnik",
                "en": "Chemical process engineering "
            },
            "level": 6,
            "parent": 204000,
            "persons": []
        },
        {
            "id": 204004,
            "name": {
                "de": "Organisch-chemische Technologie",
                "en": "Organic chemical technology  "
            },
            "level": 6,
            "parent": 204000,
            "persons": []
        },
        {
            "id": 204005,
            "name": {
                "de": "Raffinerietechnik",
                "en": "Refining technology  "
            },
            "level": 6,
            "parent": 204000,
            "persons": []
        },
        {
            "id": 204006,
            "name": {
                "de": "Mechanische Verfahrenstechnik",
                "en": "Mechanical process engineering"
            },
            "level": 6,
            "parent": 204000,
            "persons": [
                113130
            ]
        },
        {
            "id": 204007,
            "name": {
                "de": "Thermische Verfahrenstechnik",
                "en": "Thermal process engineering"
            },
            "level": 6,
            "parent": 204000,
            "persons": []
        },
        {
            "id": 204008,
            "name": {
                "de": "Membrantechnologie",
                "en": "Membrane technology"
            },
            "level": 6,
            "parent": 204000,
            "persons": []
        },
        {
            "id": 205000,
            "name": {
                "de": "Werkstofftechnik",
                "en": "Materials Engineering"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "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": 205009,
            "name": {
                "de": "Keramische Werkstoffe",
                "en": "Ceramic materials "
            },
            "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": []
        }
    ]
}