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=500&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=520&ordering=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=480&ordering=level",
    "results": [
        {
            "classification_id": 207202,
            "name": {
                "de": "Erdbau",
                "en": "Earthworks "
            },
            "level": 6,
            "parent": 207000
        },
        {
            "classification_id": 207203,
            "name": {
                "de": "Felsmechanik",
                "en": "Rock mechanics "
            },
            "level": 6,
            "parent": 207000
        },
        {
            "classification_id": 106048,
            "name": {
                "de": "Tierphysiologie",
                "en": "Animal physiology "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 207205,
            "name": {
                "de": "Grundbau",
                "en": "Foundation engineering "
            },
            "level": 6,
            "parent": 207000
        },
        {
            "classification_id": 207206,
            "name": {
                "de": "Ingenieurgeologie",
                "en": "Engineering geology "
            },
            "level": 6,
            "parent": 207000
        },
        {
            "classification_id": 207207,
            "name": {
                "de": "Tunnelbau",
                "en": "Tunnelling "
            },
            "level": 6,
            "parent": 207000
        },
        {
            "classification_id": 207208,
            "name": {
                "de": "Tunnelbelüftung",
                "en": "Tunnel ventilation"
            },
            "level": 6,
            "parent": 207000
        },
        {
            "classification_id": 207300,
            "name": {
                "de": "Bergbau, Erdölgewinnung",
                "en": "Mining, Petroleum Engineering"
            },
            "level": 6,
            "parent": 207000
        },
        {
            "classification_id": 207301,
            "name": {
                "de": "Aufbereitung mineralischer Rohstoffe",
                "en": "Processing of mineral raw materials "
            },
            "level": 6,
            "parent": 207000
        },
        {
            "classification_id": 207302,
            "name": {
                "de": "Bergbaukunde",
                "en": "Mining engineering "
            },
            "level": 6,
            "parent": 207000
        },
        {
            "classification_id": 104009,
            "name": {
                "de": "Lebensmittelchemie",
                "en": "Food chemistry "
            },
            "level": 6,
            "parent": 104000
        },
        {
            "classification_id": 106047,
            "name": {
                "de": "Tierökologie",
                "en": "Animal ecology  "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 106046,
            "name": {
                "de": "Tieranatomie",
                "en": "Animal anatomy "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 104008,
            "name": {
                "de": "Katalyse",
                "en": "Catalysis "
            },
            "level": 6,
            "parent": 104000
        },
        {
            "classification_id": 102028,
            "name": {
                "de": "Knowledge Engineering",
                "en": "Knowledge engineering "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 106045,
            "name": {
                "de": "Theoretische Biologie",
                "en": "Theoretical biology "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 106044,
            "name": {
                "de": "Systembiologie",
                "en": "Systems biology  "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 104007,
            "name": {
                "de": "Geschichte der Chemie",
                "en": "History of chemistry "
            },
            "level": 6,
            "parent": 104000
        },
        {
            "classification_id": 106043,
            "name": {
                "de": "Systematische Zoologie",
                "en": "Systematic zoology "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 106042,
            "name": {
                "de": "Systematische Botanik",
                "en": "Systematic botany "
            },
            "level": 6,
            "parent": 106000
        }
    ]
}