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=820&ordering=id
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=840&ordering=id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=800&ordering=id",
    "results": [
        {
            "id": 305910,
            "name": {
                "de": "Verkehrsmedizin",
                "en": "Traffic medicine "
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                51952,
                51588
            ]
        },
        {
            "id": 400000,
            "name": {
                "de": "AGRARWISSENSCHAFTEN, VETERINÄRMEDIZIN",
                "en": "AGRICULTURAL SCIENCES, VETERINARY MEDICINE"
            },
            "level": 1,
            "parent": null,
            "persons": []
        },
        {
            "id": 401000,
            "name": {
                "de": "Land- und Forstwirtschaft, Fischerei",
                "en": "Agriculture and Forestry, Fishery"
            },
            "level": 3,
            "parent": 400000,
            "persons": []
        },
        {
            "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": []
        },
        {
            "id": 401111,
            "name": {
                "de": "Pflanzenernährung",
                "en": "Plant nutrition "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401112,
            "name": {
                "de": "Pflanzenschutz",
                "en": "Plant protection "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401113,
            "name": {
                "de": "Pflanzenzucht",
                "en": "Plant breeding "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401114,
            "name": {
                "de": "Saatzucht",
                "en": "Seed breeding "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401115,
            "name": {
                "de": "Samenzucht",
                "en": "Seed cultivation "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401116,
            "name": {
                "de": "Spezialkulturen",
                "en": "Special crops "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        }
    ]
}