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=300&ordering=id
{ "count": 1489, "next": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=320&ordering=id", "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=280&ordering=id", "results": [ { "id": 201108, "name": { "de": "Bruchmechanik", "en": "Fracture mechanics " }, "level": 6, "parent": 201000, "persons": [] }, { "id": 201109, "name": { "de": "Brückenbau", "en": "Bridge construction " }, "level": 6, "parent": 201000, "persons": [] }, { "id": 201110, "name": { "de": "Festigkeitslehre", "en": "Strength of materials " }, "level": 6, "parent": 201000, "persons": [] }, { "id": 201111, "name": { "de": "Flussbau", "en": "River engineering " }, "level": 6, "parent": 201000, "persons": [] }, { "id": 201112, "name": { "de": "Hochbau", "en": "Building construction " }, "level": 6, "parent": 201000, "persons": [] }, { "id": 201113, "name": { "de": "Holzbau", "en": "Timber engineering " }, "level": 6, "parent": 201000, "persons": [] }, { "id": 201114, "name": { "de": "Industriebau", "en": "Industrial building " }, "level": 6, "parent": 201000, "persons": [] }, { "id": 201115, "name": { "de": "Konstruktiver Wasserbau", "en": "Structural hydraulic engineering " }, "level": 6, "parent": 201000, "persons": [] }, { "id": 201116, "name": { "de": "Landwirtschaftliches Bauwesen", "en": "Agricultural civil engineering " }, "level": 6, "parent": 201000, "persons": [] }, { "id": 201117, "name": { "de": "Leichtbau", "en": "Lightweight design " }, "level": 6, "parent": 201000, "persons": [] }, { "id": 201118, "name": { "de": "Siedlungswasserbau", "en": "Urban water supply and sanitation " }, "level": 6, "parent": 201000, "persons": [] }, { "id": 201119, "name": { "de": "Stahlbau", "en": "Steel construction " }, "level": 6, "parent": 201000, "persons": [] }, { "id": 201120, "name": { "de": "Stahlbetonbau", "en": "Reinforced concrete construction " }, "level": 6, "parent": 201000, "persons": [] }, { "id": 201121, "name": { "de": "Straßenbau", "en": "Road construction " }, "level": 6, "parent": 201000, "persons": [] }, { "id": 201122, "name": { "de": "Technischer Hochwasserschutz", "en": "Technical flood protection " }, "level": 6, "parent": 201000, "persons": [] }, { "id": 201123, "name": { "de": "Tiefbau", "en": "Underground engineering " }, "level": 6, "parent": 201000, "persons": [] }, { "id": 201124, "name": { "de": "Tragwerkslehre", "en": "Structural design " }, "level": 6, "parent": 201000, "persons": [] }, { "id": 201125, "name": { "de": "Wasserbau", "en": "Hydraulic engineering " }, "level": 6, "parent": 201000, "persons": [] }, { "id": 201126, "name": { "de": "Wasserkraftanlagenbau", "en": "Hydropower plant construction " }, "level": 6, "parent": 201000, "persons": [] }, { "id": 201127, "name": { "de": "Wildbach- und Lawinenverbauung", "en": "Torrent and avalanche control " }, "level": 6, "parent": 201000, "persons": [] } ] }