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=640&ordering=-parent
{ "count": 1489, "next": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=660&ordering=-parent", "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=620&ordering=-parent", "results": [ { "id": 401202, "name": { "de": "Forstpathologie", "en": "Forest pathology " }, "level": 6, "parent": 401000, "persons": [] }, { "id": 401203, "name": { "de": "Forstschutz", "en": "Forest protection " }, "level": 6, "parent": 401000, "persons": [] }, { "id": 401119, "name": { "de": "Feldfutterbau", "en": "Field forage growing" }, "level": 6, "parent": 401000, "persons": [] }, { "id": 401209, "name": { "de": "Waldwachstum", "en": "Forest growth" }, "level": 6, "parent": 401000, "persons": [] }, { "id": 401906, "name": { "de": "Jagdwirtschaft", "en": "Game management" }, "level": 6, "parent": 401000, "persons": [] }, { "id": 401204, "name": { "de": "Forsttechnik", "en": "Forest engineering " }, "level": 6, "parent": 401000, "persons": [] }, { "id": 401205, "name": { "de": "Forstwirtschaft", "en": "Forestry " }, "level": 6, "parent": 401000, "persons": [] }, { "id": 401206, "name": { "de": "Holzwirtschaft", "en": "Wood industry " }, "level": 6, "parent": 401000, "persons": [] }, { "id": 401207, "name": { "de": "Waldbau", "en": "Silviculture " }, "level": 6, "parent": 401000, "persons": [] }, { "id": 401208, "name": { "de": "Waldökologie", "en": "Forest ecology " }, "level": 6, "parent": 401000, "persons": [] }, { "id": 401900, "name": { "de": "Sonstige Land- und Forstwirtschaft, Fischerei", "en": "Agriculture and Forestry, Fishery not elsewhere classified" }, "level": 6, "parent": 401000, "persons": [] }, { "id": 401901, "name": { "de": "Bodenerosion", "en": "Soil erosion " }, "level": 6, "parent": 401000, "persons": [] }, { "id": 401902, "name": { "de": "Bodenkunde", "en": "Soil science " }, "level": 6, "parent": 401000, "persons": [] }, { "id": 401903, "name": { "de": "Fischerei", "en": "Fishery " }, "level": 6, "parent": 401000, "persons": [] }, { "id": 401904, "name": { "de": "Geschichte der Land- und Forstwirtschaft", "en": "History of agriculture and forestry " }, "level": 6, "parent": 401000, "persons": [] }, { "id": 401905, "name": { "de": "Nachwachsende Rohstoffe", "en": "Renewable resources " }, "level": 6, "parent": 401000, "persons": [] }, { "id": 401117, "name": { "de": "Weinbau", "en": "Viticulture " }, "level": 6, "parent": 401000, "persons": [] }, { "id": 401000, "name": { "de": "Land- und Forstwirtschaft, Fischerei", "en": "Agriculture and Forestry, Fishery" }, "level": 3, "parent": 400000, "persons": [] }, { "id": 402000, "name": { "de": "Tierzucht, Tierproduktion", "en": "Animal Breeding, Animal Production" }, "level": 3, "parent": 400000, "persons": [] }, { "id": 403000, "name": { "de": "Veterinärmedizin", "en": "Veterinary Medicine" }, "level": 3, "parent": 400000, "persons": [] } ] }