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=1000&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=1020&ordering=-parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=980&ordering=-parent",
    "results": [
        {
            "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": 205019,
            "name": {
                "de": "Materialwissenschaften",
                "en": "Material sciences"
            },
            "level": 6,
            "parent": 205000,
            "persons": [
                111387,
                118003,
                100926
            ]
        },
        {
            "id": 205009,
            "name": {
                "de": "Keramische Werkstoffe",
                "en": "Ceramic materials "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 204001,
            "name": {
                "de": "Anorganisch-chemische Technologie",
                "en": "Inorganic chemical technology "
            },
            "level": 6,
            "parent": 204000,
            "persons": []
        },
        {
            "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": []
        }
    ]
}