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.

classification_id (integer)

ID of classification.

name (object)

Names of classification, defined by language.

level (integer)

Level of classification.

None

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • level
GET /v1/research/classification/?format=api&offset=840&ordering=level
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1489,
    "next": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=860&ordering=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=820&ordering=level",
    "results": [
        {
            "classification_id": 401905,
            "name": {
                "de": "Nachwachsende Rohstoffe",
                "en": "Renewable resources "
            },
            "level": 6,
            "parent": 401000
        },
        {
            "classification_id": 401906,
            "name": {
                "de": "Jagdwirtschaft",
                "en": "Game management"
            },
            "level": 6,
            "parent": 401000
        },
        {
            "classification_id": 401907,
            "name": {
                "de": "Bodenschutz",
                "en": "Soil protection"
            },
            "level": 6,
            "parent": 401000
        },
        {
            "classification_id": 405005,
            "name": {
                "de": "Wildtierkunde",
                "en": "Wildlife science "
            },
            "level": 6,
            "parent": 405000
        },
        {
            "classification_id": 402002,
            "name": {
                "de": "Fischkunde",
                "en": "Ichthyology "
            },
            "level": 6,
            "parent": 402000
        },
        {
            "classification_id": 402003,
            "name": {
                "de": "Fleischhygiene",
                "en": "Meat hygiene "
            },
            "level": 6,
            "parent": 402000
        },
        {
            "classification_id": 402004,
            "name": {
                "de": "Fleischproduktion",
                "en": "Meat production "
            },
            "level": 6,
            "parent": 402000
        },
        {
            "classification_id": 402005,
            "name": {
                "de": "Futtermittelanalyse",
                "en": "Feed analysis "
            },
            "level": 6,
            "parent": 402000
        },
        {
            "classification_id": 402006,
            "name": {
                "de": "Haustierzucht",
                "en": "Pet breeding "
            },
            "level": 6,
            "parent": 402000
        },
        {
            "classification_id": 402007,
            "name": {
                "de": "Imkerei",
                "en": "Apiculture "
            },
            "level": 6,
            "parent": 402000
        },
        {
            "classification_id": 402008,
            "name": {
                "de": "Künstliche Besamung",
                "en": "Artificial insemination "
            },
            "level": 6,
            "parent": 402000
        },
        {
            "classification_id": 402009,
            "name": {
                "de": "Lebensmitteluntersuchung",
                "en": "Food testing "
            },
            "level": 6,
            "parent": 402000
        },
        {
            "classification_id": 402010,
            "name": {
                "de": "Milchhygiene",
                "en": "Milk hygiene "
            },
            "level": 6,
            "parent": 402000
        },
        {
            "classification_id": 402011,
            "name": {
                "de": "Milchproduktion",
                "en": "Milk production "
            },
            "level": 6,
            "parent": 402000
        },
        {
            "classification_id": 402012,
            "name": {
                "de": "Nutztierethologie",
                "en": "Livestock ethology "
            },
            "level": 6,
            "parent": 402000
        },
        {
            "classification_id": 402013,
            "name": {
                "de": "Tierernährung",
                "en": "Animal nutrition "
            },
            "level": 6,
            "parent": 402000
        },
        {
            "classification_id": 402014,
            "name": {
                "de": "Tierhaltung",
                "en": "Animal husbandry "
            },
            "level": 6,
            "parent": 402000
        },
        {
            "classification_id": 402015,
            "name": {
                "de": "Tierproduktion",
                "en": "Animal production "
            },
            "level": 6,
            "parent": 402000
        },
        {
            "classification_id": 402016,
            "name": {
                "de": "Tierschutz",
                "en": "Animal welfare "
            },
            "level": 6,
            "parent": 402000
        },
        {
            "classification_id": 402017,
            "name": {
                "de": "Tierzucht",
                "en": "Animal breeding "
            },
            "level": 6,
            "parent": 402000
        }
    ]
}