Classification List
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=1020&ordering=-id
{ "count": 1489, "next": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1040&ordering=-id", "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1000&ordering=-id", "results": [ { "id": 205018, "name": { "de": "Zellstoff- und Papiertechnik", "en": "Pulp and paper technology " }, "level": 6, "parent": 205000, "persons": [] }, { "id": 205017, "name": { "de": "Werkstofftechnik", "en": "Materials engineering " }, "level": 6, "parent": 205000, "persons": [] }, { "id": 205016, "name": { "de": "Werkstoffprüfung", "en": "Materials testing " }, "level": 6, "parent": 205000, "persons": [] }, { "id": 205015, "name": { "de": "Verbundwerkstoffe", "en": "Composites " }, "level": 6, "parent": 205000, "persons": [] }, { "id": 205014, "name": { "de": "Textiltechnik", "en": "Textile technology " }, "level": 6, "parent": 205000, "persons": [] }, { "id": 205013, "name": { "de": "Schadensanalytik", "en": "Failure analysis " }, "level": 6, "parent": 205000, "persons": [] }, { "id": 205012, "name": { "de": "Kunststoffverarbeitung", "en": "Polymer processing " }, "level": 6, "parent": 205000, "persons": [] }, { "id": 205011, "name": { "de": "Kunststofftechnik", "en": "Polymer engineering " }, "level": 6, "parent": 205000, "persons": [] }, { "id": 205010, "name": { "de": "Korrosionsschutzmittel", "en": "Anticorrosives " }, "level": 6, "parent": 205000, "persons": [] }, { "id": 205009, "name": { "de": "Keramische Werkstoffe", "en": "Ceramic materials " }, "level": 6, "parent": 205000, "persons": [] }, { "id": 205008, "name": { "de": "Holztechnologie", "en": "Wood technology " }, "level": 6, "parent": 205000, "persons": [] }, { "id": 205007, "name": { "de": "Holzschutzmittel", "en": "Wood preservatives " }, "level": 6, "parent": 205000, "persons": [] }, { "id": 205006, "name": { "de": "Holzforschung", "en": "Wood research " }, "level": 6, "parent": 205000, "persons": [] }, { "id": 205005, "name": { "de": "Gesteinshüttenkunde", "en": "Ceramics engineering " }, "level": 6, "parent": 205000, "persons": [] }, { "id": 205004, "name": { "de": "Funktionsmaterialien", "en": "Functional materials " }, "level": 6, "parent": 205000, "persons": [] }, { "id": 205003, "name": { "de": "Feuerfeste Materialien", "en": "Refractories " }, "level": 6, "parent": 205000, "persons": [] }, { "id": 205002, "name": { "de": "Beschichtungstechnik", "en": "Coating technology " }, "level": 6, "parent": 205000, "persons": [] }, { "id": 205001, "name": { "de": "Baustoffprüfung", "en": "Building materials testing " }, "level": 6, "parent": 205000, "persons": [] }, { "id": 205000, "name": { "de": "Werkstofftechnik", "en": "Materials Engineering" }, "level": 3, "parent": 200000, "persons": [] }, { "id": 204008, "name": { "de": "Membrantechnologie", "en": "Membrane technology" }, "level": 6, "parent": 204000, "persons": [] } ] }