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=600&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=620&ordering=-parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=580&ordering=-parent",
    "results": [
        {
            "id": 402010,
            "name": {
                "de": "Milchhygiene",
                "en": "Milk hygiene "
            },
            "level": 6,
            "parent": 402000,
            "persons": []
        },
        {
            "id": 402011,
            "name": {
                "de": "Milchproduktion",
                "en": "Milk production "
            },
            "level": 6,
            "parent": 402000,
            "persons": []
        },
        {
            "id": 402012,
            "name": {
                "de": "Nutztierethologie",
                "en": "Livestock ethology "
            },
            "level": 6,
            "parent": 402000,
            "persons": []
        },
        {
            "id": 402013,
            "name": {
                "de": "Tierernährung",
                "en": "Animal nutrition "
            },
            "level": 6,
            "parent": 402000,
            "persons": []
        },
        {
            "id": 402014,
            "name": {
                "de": "Tierhaltung",
                "en": "Animal husbandry "
            },
            "level": 6,
            "parent": 402000,
            "persons": []
        },
        {
            "id": 402015,
            "name": {
                "de": "Tierproduktion",
                "en": "Animal production "
            },
            "level": 6,
            "parent": 402000,
            "persons": []
        },
        {
            "id": 402016,
            "name": {
                "de": "Tierschutz",
                "en": "Animal welfare "
            },
            "level": 6,
            "parent": 402000,
            "persons": [
                58208
            ]
        },
        {
            "id": 402017,
            "name": {
                "de": "Tierzucht",
                "en": "Animal breeding "
            },
            "level": 6,
            "parent": 402000,
            "persons": []
        },
        {
            "id": 402018,
            "name": {
                "de": "Labortierkunde",
                "en": "Laboratory animal science "
            },
            "level": 6,
            "parent": 402000,
            "persons": [
                58208,
                98087
            ]
        },
        {
            "id": 401100,
            "name": {
                "de": "Ackerbau, Gartenbau",
                "en": "Cultivation of Land, Horticulture"
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401101,
            "name": {
                "de": "Ackerbau",
                "en": "Cultivation of land "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401102,
            "name": {
                "de": "Bewässerungswirtschaft",
                "en": "Irrigation management "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401103,
            "name": {
                "de": "Gartenbau",
                "en": "Horticulture "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401104,
            "name": {
                "de": "Gemüsebau",
                "en": "Vegetable growing "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401105,
            "name": {
                "de": "Getreidebau",
                "en": "Grain cultivation  "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401106,
            "name": {
                "de": "Landschaftspflege",
                "en": "Landscape conservation "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401107,
            "name": {
                "de": "Landtechnik",
                "en": "Agricultural engineering "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401108,
            "name": {
                "de": "Obstbau",
                "en": "Fruit growing "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401109,
            "name": {
                "de": "Ökologischer Landbau",
                "en": "Organic farming "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401110,
            "name": {
                "de": "Pflanzenbau",
                "en": "Plant cultivation "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        }
    ]
}